I am new to ssh-tunneling.
Basically I want to be able to get ssh access to servers in a remote lab (say subnet 1.2.3.X).
I can log into a machine that is visible say 11.22.33.44
I want to be able to log into machines in 1.2.3.X subnet through ssh tunneling, but I am not sure what exactly needs to be done.
Logging into the machines through the machine I can already log into is an option, but I have my development files on my local pc. So I wanted to use the ssh-tunneling.
ProxyCommand
lets you do ! – lemonsqueeze Oct 20 '14 at 10:28ProxyJump
. – reinierpost Jan 24 '20 at 11:10