A proxy server allows you to connect to an SSH server that is not directly accessible on the public network. It acts as an intermediary, forwarding your connection requests to the SSH server. This setup helps protect the server by hiding it behind NAT, firewalls, or other security measures.

PuTTY supports various proxy types, including HTTP, SOCKS(4/5), and Telnet. By configuring these options, you can establish a secure connection to an SSH server even when direct access is restricted.

This guide explains how to configure PuTTY to connect to an SSH server using a proxy. The steps ensure your connection is routed securely through the selected proxy server.

Step-by-step video guide:

Steps to connect via proxy server in PuTTY:

  1. Launch PuTTY.
  2. Go to the Proxy option from the sidebar menu.
  3. Choose the type of proxy that you are connecting to.
  4. Enter the IP address or hostname and the port of the proxy server.
  5. Choose whether or not to route DNS queries via the proxy.
  6. Enter credentials for the proxy server if required.
  7. Go to the Session option from the menu.
  8. Enter connection details of the SSH server that you want to connect to.
  9. Click on the Open button to start the connection.
Discuss the article:

Comment anonymously. Login not required.