[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 9: SSH LocalForward Tunnels (cont)

Page 9

  
  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/

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at GSLUG - Greater Seattle User Group, Aug 2003

Presentation created using vim and MagicPoint.