Actions

How to setup ssh tunnel with PuTTY

Revision as of 15:52, 16 February 2010 by Luc Morissette (talk | contribs) (Page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Connect to the remote host with ssh ([host IP address]:22)
  • Go in the change setting menu
  • Go in the Connection/SSH/Tunnels
  • Enter your source port (ex. 7777)
  • Enter your destination ( ex. 127.0.0.1:12358 )
  • Click Add
  • Click Apply
  • Start your favorite browser with the new port ( ex. http://127.0.0.1:7777 )