-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
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
Problem with SSH connection from windows #808
Comments
hey @kefniark, thanks for opening the issue. We'll look into it, looks like yet another path conversion issue indeed |
I noticed similar problems when trying to ssh into a remote kubernetes pod from Windows. devpod uses
The ProxyCommand should be quoted like
Which allows connecting but then copying the the vscode server seems to hang:
anyway, one thing at a time. |
Still experiencing this issue in 0.5.2 [10:12:03.290] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 51599 "vscode-tmf632-ssh.devpod" bash [10:12:23.747] > 10:12:23�[38;5;6minfoWaiting for devpod agent to come up...
|
What happened?
Getting some issue when trying to setup a dev environment, even with basic quickstart example (like nodejs).
Provisioning the container and using vscode web work both fine 👍
But when I try to connect to the devcontainer through ssh or use VSCode, it fails 😢
Looks like there is a path somewhere that struggle between
/
and\\
and I end up with neither.I use gitbash and both windows or linux path are supported,
C:\\DevPod\\devpod-cli.exe
or/c/DevPod/devpod-cli.exe
are both valid path and point to the same file, but out of the box devpod seems to try guessing and get it wrong.Is there a way to update this path? Maybe an env variable or a settings ?
even just using
devpod-cli.exe
should works, it's in thePATH
.Local Environment:
DevPod Provider:
The text was updated successfully, but these errors were encountered: