Earlier quoted context omitted.
Is there any way to do this at the network device level (on Linux) so that individual applications don't have to be configured to use the proxy? That's the main source of my reluctance to do this.
In Linux, most applications respect the http_proxy environment variable. It's the closest thing Linux has to a system-wide proxy setting as found in the more mainstream platforms.
Ask HN: How do you secure yourself on public WiFi?
41–50 of 76 posts
Re: Ask HN: How do you secure yourself on public WiFi?
#42Earlier quoted context omitted.
Is there any way to do this at the network device level (on Linux) so that individual applications don't have to be configured to use the proxy? That's the main source of my reluctance to do this.
https://help.ubuntu.com/community/SSH_VPN
Re: Ask HN: How do you secure yourself on public WiFi?
#43I guess my question would be: What additional threat do you thing public wifi poses, as opposed to any other internet access? IMHO, you have to assume that any unencrypted traffic over the internet could be sniffed, etc. The only additional threats I can see would be threats against your PC directly, rather than your traffic. Am I wrong?
As I understand it unsecured public WiFi is significantly more threatening when compared to standard hard-wired Ethernet as all your traffic is visible to any other user connected to the same network with a packet sniffer. It's much, much harder (but not impossible) to do this on a hard-wired connection - there's a useful discussion as to why here: http://news.ycombinator.com/item?id=1828201
Re: Ask HN: How do you secure yourself on public WiFi?
#44Re: Ask HN: How do you secure yourself on public WiFi?
#45If I was paranoid, I'd bother to set up a VPN and use that.
If I'm extremely paranoid, I use Tor (which may have some security concerns).
Re: Ask HN: How do you secure yourself on public WiFi?
#46I guess my question would be: What additional threat do you thing public wifi poses, as opposed to any other internet access? IMHO, you have to assume that any unencrypted traffic over the internet could be sniffed, etc. The only additional threats I can see would be threats against your PC directly, rather than your traffic. Am I wrong?
Re: Ask HN: How do you secure yourself on public WiFi?
#47SSH, with SOCKS tunneling (and the FoxyProxy extension with Firefox, although I normally use Google Chrome). Works on Windows/Mac OS X/Linux. Note that this doesn't necessarily fix DNS sniffing and whatnot. If I was paranoid, I'd bother to set up a VPN and use that. If I'm extremely paranoid, I use Tor (which may have some security concerns).
Re: Ask HN: How do you secure yourself on public WiFi?
#48SSH, with SOCKS tunneling (and the FoxyProxy extension with Firefox, although I normally use Google Chrome). Works on Windows/Mac OS X/Linux. Note that this doesn't necessarily fix DNS sniffing and whatnot. If I was paranoid, I'd bother to set up a VPN and use that. If I'm extremely paranoid, I use Tor (which may have some security concerns).
network.proxy.socks_remote_dns to true
in about:config for Firefox to do DNS requests over SOCKS.Re: Ask HN: How do you secure yourself on public WiFi?
#49It's pretty easy to set up, if you're comfortable with Linux. I'm using it on Ubuntu 9.10, and I followed the guide here:
Re: Ask HN: How do you secure yourself on public WiFi?
#50Other than ssh tunneling, I tried http://vyprvpn.com when it was offered together with giganews, and it was pretty fast, if a bit costly.