Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikorym
2580 days ago
What is the difference between this and just having a normal SSH tunnel; for example, how does this differ from using sshuttle?
2 comments
edoo
2579 days ago
Openvpn allows you to connect to and have a routable IP on the network. SSH tunnels are great for some things but being logically on a network is another thing.
link
bepvte
2580 days ago
For one, openvpn can use udp unlike ssh, which means the annoying overhead of double tcp is gone
link