Posted: . At: 1:36 PM. This was 10 years ago. Post ID: 7279
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

Useful things that you can do with putty to access your home Internet connection from work or school.

The putty ssh client allows you to access your home computer over the Internet using ssh; but you can also tunnel past a proxy and access websites using putty. This means that you can access your home Internet connection through a proxy easily. You need to use port 443 in your openssh configuration to enable tunnelling. The corporate firewall might block port 22. There is a guide on configuring this here: http://www.securitronlinux.com/bejiitaswrath/how-using-ssh-is-a-better-way-to-access-your-remote-machine-how-to-do-this-over-port-443/.

Tunneling options for putty.
Tunneling options for putty.

The picture above shows the options that I used to tunnel past a proxy with putty using my ssh connection. This sets 8080 as the source port and 80 as the destination port. This seems quite simple, just type in these port numbers and click add.

Putty proxy settings.
Putty proxy settings.

And the above settings shows the proxy settings I have entered. This is to access the academic proxy I am using.

Firefox proxy tunnel settings.
Firefox proxy tunnel settings.

How to enter the proxy tunnel settings into Firefox to tunnel your web traffic through your encrypted ssh session. Then you are free to browse the Internet without any restrictions. This is very useful in an academic setting. This example is using a SOCKS proxy. This routes all our web traffic through the proxy tunnel and out to the Internet.

The ssh command to achieve this would be this: ssh -D8080 homer@MYIPADDRESS -p 443 but using Putty is a good way to connect via ssh. A proxy tunnel allows web access behind a proxy using your home Internet connection. I am not sure how to setup Transmission so that you could torrent through a tunnel but I am sure there is a way.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.