Visual Studio Code: How to do SSH within SSHed session.
Sudhir Shinde
1
Reputation point
- I have two Linux VM, say VM1 and VM2 and Windows Machine on which VSCode installed.
- VM1 is only accessible from the window machine.
- VM2 is only accessible from VM1.
- VM2 is not accessible from my windows machine, hence cannot do ssh to it.
- Using VScode, I can do ssh to VM1.
Is there any way to do ssh to VM2 from VM1's SSH session in VSCode?
Sign in to answer