DIY Proxy HACK – How to Proxy Firefox through SSH!

I know there are many ways to build a proxy on your web server. In college, they make you make a proxy server from scratch. Well, anyways, I site hopped onto one of these cool little howtos on how to proxy firefox through your SSH: PuTTY on local machine Remote host running OpenSSH sh -D 7070 username@host.com 1. Create a new PuTTY session Run PuTTY and create a new session in PuTTY to connect to the remote host that is running OpenSSH. Fill in the hostname, the port (usually 22), make sure SSH is checked, give it a session name and hit Save. 2. Configure a secure tunnel Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box. That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time. 3. Connect … Continue reading DIY Proxy HACK – How to Proxy Firefox through SSH!