
SSH RemoteForward Tunnels (cont)
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
Copyright 2003, Bri Hatch of Onsight, Inc.
Presented at GSLUG - Greater Seattle User Group, Aug 2003
Presentation created using vim and MagicPoint.