Secure your Traffic
Jun 1st 2010
How-to: Secure your Traffic using an SSH Tunnel with PuTTY
Here is the quick and simple way to encrypt and protect what you are sending and receiving over the network whether you are at home or at a wifi hotspot. This is a simple proxy over an SSH connection. You will need the following to do this (works for any platform):
- PuTTY for your platform (I use v0.59)
- A server that supports SSH (either set up at home or your web host)
That’s it! First set up PuTTY to connect to your SSH server but also set the following Tunnel settings:

- Source Port: 7070 (this number can be pretty much anything)
- Destination: localhost
- Select Dynamic and Auto
Then click Add and it should show up as D7070. Select Open and log-in. Your traffic can now be forwarded once you configure your applications to use the proxy.
In Firefox (2.x), go to Tools->Options->Advanced->Network->Settings and set the following proxy configuration:
- Manual proxy config
- SOCKS Host: localhost
- Port: 7070
Then hit OK and you’re done. To make sure the proxy is working, you can go to http://www.whatismyip.org/.
An easy way to switch proxy settings in Firefox is to install the Switchproxy add-on — change proxy settings with just a click.
