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.
1 parent 8f7ba33 commit b654eb3Copy full SHA for b654eb3
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