Hacker News new | ask | show | jobs
by mkup 799 days ago
My idea of getting one step ahead of similar backdoors is to wrap sshd traffic into a spiped tunnel. Spiped is compiled from source and linked statically (last stable version from 2021).
2 comments

jeez, why not just compile ssh static?
I still want sshd updated by my OS package manager. Statically linked spiped, which is out of scope of my OS package manager, is just a second line of defense.
spiped is solid. Wireguard is another good option that is included in the Linux kernel.