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 own desktop) to be forwarded to a remote machine via a secure channel.
To Create SSH Tunnels using PuTTY follow below Steps:
Establish a SSH connection with your proxy server
Now right click on the title bar and select change settings
Expand the SSH Settings
Select Tunnels
Add Source Port
Add destination IP and Port
Add and Apply the Settings
Validation
Using your windows CMD check all connections on port 8080
- netstat -a | findstr "8080"