so funny how you can speed up SFTP transfers by tunneling them through wireguard
because there’s two layers of buffering and flow control (TCP + ssh channel stuff) it ends up being super inefficient over high-latency links (though better in recent versions of openssh i think?), but wireguard bypasses a lot of the problems with network congestion by just being UDP-based