We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote.SSH.useLocalServer
I did not ask the @remote-ssh participant for help
I did not try step 2 of the troubleshooting steps
[10:31:12.037] Install and start server if needed [10:31:12.044] Checking ssh with "C:\Program Files\glzr.io\GlazeWM\cli\ssh.exe -V" [10:31:12.047] Got error from ssh: spawn C:\Program Files\glzr.io\GlazeWM\cli\ssh.exe ENOENT [10:31:12.048] Checking ssh with "D:\Scoop\global\shims\ssh.exe -V" [10:31:12.050] Got error from ssh: spawn D:\Scoop\global\shims\ssh.exe ENOENT [10:31:12.050] Checking ssh with "D:\Scoop\shims\ssh.exe -V" [10:31:12.123] > OpenSSH_9.9p1, OpenSSL 3.2.3 3 Sep 2024 [10:31:12.137] Using SSH config file "C:\Users\Weidows/.ssh/config" [10:31:12.138] Running script with connection command: "D:\Scoop\shims\ssh.exe" -T -D 57451 -F "C:\Users\Weidows/.ssh/config" "DolphinSound-docker-weidows-dev" sh [10:31:12.140] Generated SSH command: 'type "C:\Users\Weidows\AppData\Local\Temp\vscode-linux-multi-line-command--olphin-ound-docker-weidows-dev-842503072.sh" | "D:\Scoop\shims\ssh.exe" -T -D 57451 -F "C:\Users\Weidows/.ssh/config" "DolphinSound-docker-weidows-dev" sh' [10:31:12.142] Using connect timeout of 17 seconds [10:31:12.144] Terminal shell path: C:\WINDOWS\System32\cmd.exe [10:31:12.492] > �[?9001h�[?1004h [10:31:12.493] Got some output, clearing connection timeout [10:31:12.741] > Can't open user config file C:UsersWeidows/.ssh/config: No such file or directory > �]0;C:\WINDOWS\System32\cmd.exe�Connection closed by UNKNOWN port 65535 > 过程试图写入的管道不存在。 [10:31:14.025] "install" terminal command done [10:31:14.026] Install terminal quit with output: 过程试图写入的管道不存在。 [10:31:14.026] Received install output: 过程试图写入的管道不存在。 [10:31:14.027] Failed to parse remote port from server output [10:31:14.030] Resolver error: Error: at v.Create (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:493431) at t.handleInstallOutput (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:490753) at t.tryInstall (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:608797) at async D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:568008 at async t.withShowDetailsEvent (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:571256) at async P (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:564794) at async t.resolve (D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:568667) at async D:\Scoop\persist\vscode\data\extensions\ms-vscode-remote.remote-ssh-0.115.1\out\extension.js:2:839059 [10:31:14.039] ------
my ssh setting:
"remote.SSH.configFile": "~/.ssh/config",
'~' parsed as C:/User/xxx is expected
C:/User/xxx
C:\User\xxx, and finally turn to C:UsersWeidows
C:\User\xxx
C:UsersWeidows
config like
No response
The text was updated successfully, but these errors were encountered:
joshspicer
No branches or pull requests
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
setting[Optional] Diagnose with Copilot
I did not ask the @remote-ssh participant for help
In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim outside of VS Code?
I did not try step 2 of the troubleshooting steps
Remote-SSH Log
Remote-SSH Log
Expected Behavior
my ssh setting:
'~' parsed as
C:/User/xxx
is expectedActual Behavior
C:\User\xxx
, and finally turn toC:UsersWeidows
Steps To Reproduce
config like
Anything else?
No response
The text was updated successfully, but these errors were encountered: