
RemoteForwards (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 2004, Bri Hatch of Onsight, Inc.
Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2004
Presentation created using vim and MagicPoint.