microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.62k stars 279 forks source link

Connection timeout - hangs on "Waiting for pid of spawned 'sh' subshell" #10278

Open carasel opened 4 days ago

carasel commented 4 days ago

Trying to connect to a remote machine that doesn't have internet access. The ssh connection is working fine, but it then hangs before trying to download/scp the server

joshspicer commented 3 days ago

Does the remote machine have scp installed? From my observation most of the time it's provided along with the client ssh program

carasel commented 2 days ago

@joshspicer yes, the remote machine does have scp. Another user has been able to use vscode server successfully on the same remote machine.

joshspicer commented 2 days ago

Thanks for confirming. Would you be able to provide the full log (that way I can see what settings you have enabled, etc)?