SSH Through a Machine
If you need to ssh to machine
far-host
through
near-host
and can't ssh to
far-host
directly, you can do
ssh -A user@near-host -t ssh far-host
CategoryComputing.Networking
-
CategoryComputing.Networking.SSH