SSH Tunnels for Quick, Secure Net Access

| No Comments | No TrackBacks

An SSH tunnel is a great way to quickly setup a secure method for browsing the web from an unsecure location, such as a public wireless network. All you need is a machine running an SSH server. I setup a tunnel from my Mac OS X laptop using the following command:

ssh -C -D 7070 dinomite.net

This sets up a tunnel, locally accessible on the laptop on port 7070 (-D 7070), that sends any traffic through the encrypted and compressed (-C) SSH stream to the server, where it is spit out onto the net as normal. To use this tunnel, I simply instruct Firefox to connect via a SOCKS proxy on port 7070:

Firefox 2 Advanced Settings Window Firefox 2 Proxy Settings

Many other applications, such as Adium, support SOCKS proxies and can be set up in a similar way to send their traffic to port 7070 and take advantage of an SSH tunnel.

No TrackBacks

TrackBack URL: http://dinomite.net/cgi-bin/mt/mt-tb.cgi/154

Leave a comment

Pages

About this Entry

This page contains a single entry by Drew Stephens published on September 9, 2007 6:06 PM.

Linksys WUSB54G in Ubuntu was the previous entry in this blog.

EXMAP on Ubuntu is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.