Hacker News new | ask | show | jobs
by Sohcahtoa82 2350 days ago
For port forwarding, I just SSH into my Raspberry Pi and then tunnel through that. Are there any benefits to using a VPN instead, other than not having to configure individual ports to forward? The only one I ever find myself using is VNC.
1 comments

The only meaningful difference is probably ease. You setup a VPN once but you have to handle SSH every time you want to connect.

Phones all have VPN settings these days, whereas the SSH tunnel would be harder to accomplish.