SSH LocalForward Tunnels (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/