How to setup ssh tunnel with PuTTY

From TBwiki
Jump to: navigation, search
  • 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 )
Personal tools