Comment on UK households could face VPN 'ban' after use skyrockets following Online Safety Bill

<- View Parent
tal@lemmy.today ⁨3⁩ ⁨days⁩ ago

I’ve certainly happily used SSH tunnels — on Linux it’s great in that it’s readily available wherever you already have OpenSSH installed — but one downside of OpenSSH as a general-purpose tool for tunneling is that it is intrinsically TCP and thus forces packet ordering across multiple tunneled connections, which may not be necessary for whatever you’re doing and can have performance impact. Part of the reason mosh exists is to deal with that (not for the SSH-as-a-tunneling-protocol case, but rather for the “SSH-as-a-remote-shell” case).

Wireguard is UDP, and OpenVPN can use either TCP or UDP, depending upon how it’s configured.

If we were going to move the world to a single “tunneling” protocol, SSH wouldn’t be my first choice, even though it’s awfully handy as a quick-and-dirty way to tunnel data.

source
Sort:hotnewtop