Concurrent remote container and ssh sessions to same host cause confusion #2555
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
ssh
Issue in vscode-remote SSH
Milestone
Version of VS Code: 1.43.0
Remote connection: ssh and containers
OS: Windows 10 (local), Ubuntu 19.10 (remote)
I'm using Ubuntu development vm and connecting to it from a Windows desktop, using the remote ssh extension.
Lately, I've converted one of our projects to use a dev container and configured VS Code to use docker on my dev vm (looking forward to #20 being resolved!)
I'm finding I'm unable to start a remote ssh VS Code window if I already have a remote container window open. Looking at the output I think it's because the ssh session has found an existing VS Code server, but that server is running inside the dev container which isn't exposing ports and thus the wget is failing.
Closing down the dev container and starting the ssh window first fixes things.
Example ssh remote output when trying to connect to a vm already hosting a dev container session:
The text was updated successfully, but these errors were encountered: