|
|
|
|
|
by riobard
5679 days ago
|
|
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/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? |
|
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.