We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 185406d + b654eb3 commit 2b3610eCopy full SHA for 2b3610e
packages/core/src/shared/sshConfig.ts
@@ -208,7 +208,7 @@ Host ${this.configHostName}
208
209
protected createSSHConfigSection(proxyCommand: string): string {
210
if (this.scriptPrefix === 'sagemaker_connect') {
211
- return `${this.getSageMakerSSHConfig(proxyCommand)}User '%r'\n`
+ return `${this.getSageMakerSSHConfig(proxyCommand)}`
212
} else if (this.keyPath) {
213
return `${this.getBaseSSHConfig(proxyCommand)}IdentityFile '${this.keyPath}'\n User '%r'\n`
214
}
0 commit comments