pavement

Tunneling over SSH from Windows

From FreeBSDwiki
Jump to: navigation, search

You will need:

PuTTY -- get it [here]
A Windows workstation
A server you can SSH to that is outside your network


  1. Download and run PuTTY
  2. Open Putty, Category -> Connection -> SSH -> Tunnels.
  3. In the port forwarding section, add new forwarded port. Pick a source port. Any port will work, but 1080 is the standard for

socks 5 proxies. Leave Destination blank, and choose Dynamic (instead of Local or Remote). Click the add button, and you should see D1080 listed in the box.

Puttysshtunnelcreate.PNG

4. Okay, now you can save your session and start it.

Puttysshtunnel.PNG

5. In applications you can go into their connection settings section and set localhost, port 1080 as the SOCKS host. The application will then tunnel everything through your SSH connection. You can test by seeing what IP [grabmyip] reports.

Other ways of doing it: [here]

[here]


See also

ssh

sshd

PuTTY

Running_an_SSH_server_in_Windows

Personal tools