SSH Remote Tunnel Commandline Example work$ ssh -R 2222:localhost:22 homemachine.my_network.org ~/.ssh/config Example host my-home hostname homemachine.my_network.org LocalForward 2222:localhost:22 Then connect with home$ ssh localhost -p 22