How to setup ssh tunnel with PuTTY

  • 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 )

Last updated

Was this helpful?