-
Notifications
You must be signed in to change notification settings - Fork 313
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
Unable to start Devcontainers over SSH after Windows Udpate to version 22H2 #7355
Comments
Hello! Could you please provide the entire remote-ssh logs? The whole logs include some additional information that is helpful to the debugging process. Feel free to remove any confidential information as you see fit but the logs are most helpful when they are verbose so include as much as possible. Thanks! |
Alright, so I am guessing you are refering to the output from the remote-ssh as shown in VS-Code itself. I have redacted some paths & user information. If helpful, these are the |
Hi @crauterb , thank you for your note to make me realize that updating the windows is the key reason. I experienced exactly the same problem when I try to attach a running container to VScode in the remote ssh window. It hangs at |
Having the same issue after the windows update. I am using Windows and Manjaro Linux. There is no problem when I attach a running container to VSCode in Linux. However, when I try to attach a container running in Linux after connecting to Linux via ssh from my local PC (Windows), "Attach Shell" works, but "Attach Visual Studio Code" does not work. |
Experiencing the same issue. Extension version: 0.21.0 System Info
A/B Experiments
|
Recent windows updates still have not fixed this issue for me. Is there any more information that you need to tackle this :-) |
Adding the SSH-Key to my ssh-agent using However, on my Windows 10 machine, it still works without adding the key and therefore using the password-prompt. Is it possible that something is broken in Windows 11 using the password prompt from the ssh-agent? |
The logic for when to use the command set in SSH_ASKPASS seems to have changed in |
Might have changed with PowerShell/openssh-portable@aaa8b60 which is tagged as v8.6.0.0 dated May 27, 2021. /fyi @eleanorjboyd @roblourens (although Remote-SSH does not seem to use SSH_ASKPASS for Windows) |
Hi! We are currently tracking a problem that was discovered and caused by a windows regression. I am not totally sure but could it be related to this? #7272 |
I have the same problem and I tested your solution by doing the following:
In this way everything is working and it's asking the password again. |
Thanks @lodif for confirming this works! @eleanorjboyd #7272 seems to be a different issue. I couldn't reproduce the problem tracked here with Remote-SSH although you also seem to use |
Fixed in Dev Containers 0.262.1-pre-release. Could someone seeing this confirm it is indeed fixed in this version? Thanks. |
I tried it out and now it's working. Thanks @chrmarti! |
Steps to Reproduce:
Does this issue occur when you try this locally?: No
Just as a side note: I did my Windows update to version 22H2 this morning, everything else worked fine until then...
EDIT: I am able to reproduce this problem on another server in my home which is running a Ubuntu 20.04.4 LTS
The text was updated successfully, but these errors were encountered: