Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
stratumsecurity.com
Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
1–10 of 78 posts
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#2Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#3Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#4Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#5Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#6I normally just do my tunneling with ssh -D. Is there an advantage of using SSH VPN instead of SSH as a SOCKS proxy?
OTOH I saw the value of using PPTP or L2TP-based VPN. It is supported on most systems by default. I set up one for iPhone because you cannot do SSH tunneling on it. On non-*nix systems there is usually no SSH installed by default. I opened my PPTP/L2TP VPN for friends running Windows.
It's also slightly easier to connect to PPTP/L2TP VPN with a single click on the menubar of OS X without installing any additional software.
Otherwise I stick with SSH tunneling with SOCKS proxy.
Could someone explain the benefits of SSH VPN please?
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#7I normally just do my tunneling with ssh -D. Is there an advantage of using SSH VPN instead of SSH as a SOCKS proxy?
I was wondering the same thing. The post went through all the steps to setup SSH VPN while SSH tunneling works pretty well and requires almost-zero config on the server… OTOH I saw the value of using PPTP or L2TP-based VPN. It is supported on most systems by default. I set up one for iPhone because you cannot do SSH tunneling on it. On non-*nix systems there is usually no SSH installed by default. I opened my PPTP/L2…
Also, since ssh -D is not a true VPN tunnel, your machine is exposed to the hostile network (if you don't have a firewall).
If you want complete privacy where ALL of your IP traffic is tunneled out, OpenVPN (or other tunneling layer 3 solution) is the way to go.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#8I normally just do my tunneling with ssh -D. Is there an advantage of using SSH VPN instead of SSH as a SOCKS proxy?
I'm running a low-tech setup like this with sshd on my home router and PuTTY on my laptop, acting as a SOCKS proxy, and there are several applications that don't know how to talk to a SOCKS proxy. Luckily FF knows how to.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#9It's worth noting that the quoted "$0.50 a month" only applies for the first year, after which it will cost $0.02 an hour or ~$15 a month.
Re: Protect yourself from FireSheep with Amazon EC2 + OpenVPN for $0.50 a month
#10It's worth noting that the quoted "$0.50 a month" only applies for the first year, after which it will cost $0.02 an hour or ~$15 a month.
That would make it harder to run, but it would greatly reduce the cost. I'd pay $0.02 for an hour's worth of security while stopping off at a coffee shop.