diff --git a/src/remote.ts b/src/remote.ts index 54bb64be..5efab0fb 100644 --- a/src/remote.ts +++ b/src/remote.ts @@ -627,7 +627,7 @@ export class Remote { const proxyCommand = featureSet.wildcardSSH ? `${escape(binaryPath)}${headerArg} --global-config ${escape( path.dirname(this.storage.getSessionTokenPath(label)), - )} ssh --stdio --usage-app=vscode --network-info-dir ${escape(this.storage.getNetworkInfoPath())}${await this.formatLogArg(logDir)} --ssh-host-prefix ${hostPrefix} %h` + )} ssh --stdio --usage-app=vscode --disable-autostart --network-info-dir ${escape(this.storage.getNetworkInfoPath())}${await this.formatLogArg(logDir)} --ssh-host-prefix ${hostPrefix} %h` : `${escape(binaryPath)}${headerArg} vscodessh --network-info-dir ${escape( this.storage.getNetworkInfoPath(), )}${await this.formatLogArg(logDir)} --session-token-file ${escape(this.storage.getSessionTokenPath(label))} --url-file ${escape(