SSH tunnelling, or SSH port forwarding, is a method of transporting arbitrary data over an encrypted SSH connection.
SSH tunnels allow connections made to a local port (that is, to a port on your desktop) to be forwarded to a remote machine via a secure channel.
To Create SSH Tunnels using PuTTY follow the below Steps:
Steps
1. Establish an SSH connection with your proxy server
2. Now right-click on the title bar and select Change settings
3. Expand the SSH Settings
4. Select Tunnels
5. Add Source Port
6. Add destination IP and Port
7. Add and Apply the Settings
Validation
Using your Windows CMD check all connections on port 8080.
- netstat -a | findstr "8080"