Live data from Hacker News

Ask HN: What's The Best Secure VPN Client for Browsing Open Wi-Fi?

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: What's The Best Secure VPN Client for Browsing Open Wi-Fi?

#2
Use the Amazon AWS Free Tier[1] and setup OpenVPN[2]. Clients for all major platforms are supported. If you need to protect iPhone or Android traffic, use PPTP or IPSec and you're set.

[1] http://aws.amazon.com/free/

[2] http://openvpn.net/index.php/open-source.html

Re: Ask HN: What's The Best Secure VPN Client for Browsing Open Wi-Fi?

#3
post #2

Use the Amazon AWS Free Tier[1] and setup OpenVPN[2]. Clients for all major platforms are supported. If you need to protect iPhone or Android traffic, use PPTP or IPSec and you're set. [1] http://aws.amazon.com/free/ [2] http://openvpn.net/index.php/open-source.html

Sweet! Thanks! I'll play around with it!

Re: Ask HN: What's The Best Secure VPN Client for Browsing Open Wi-Fi?

#5
There's my old standby for anything sensative: SOCKS5 Proxy via SSH (just use -D:8080 on your cmdline and use FoxyProxy or whathaveyou)

if you're really overkill, you can always just use -X with SSH, fire up Firefox or Dillo or Chrome on your server and just tunnel X.

Just keep a reasonable quality machine (say, 1.4Ghz) running SSH and your favorite flavor of linux.

Re: Ask HN: What's The Best Secure VPN Client for Browsing Open Wi-Fi?

#10
post #4

If you just want to browse securely, a VPN might be overkill. Just set up a free EC2 account or get a cheap VPS ( http://prgmr.com/ ) and SSH tunnel through that.

Specifically, use https://github.com/apenwarr/sshuttle - dead easy and works in most circumstances, and not just for web browsing.