
LocalForwards (cont)
Commandline Example
work$ ssh -L 1143:imap.my_isp.net:143 my_isp.net
~/.ssh/config Example
Host my-isp
Hostname my_isp.net
LocalForward 1143:imap.my_isp.net:143
Then connect to the tunnel
work$ mutt -f imap://localhost:1143/
Copyright 2004, Bri Hatch of Onsight, Inc.
Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2004
Presentation created using vim and MagicPoint.