Hacker News new | ask | show | jobs
by dijit 3846 days ago
You can have a proper TUN interface over SSH too;

https://libsecure.so/t/things-you-might-not-know-vpn-over-ss...

1 comments

It's also very slow, since tunneling TCP over TCP has pretty bad performance. You either want to use UDP (OpenVPN), or terminate and proxy the TCP connection (SSH port forwarding).