Spiped – secure pipe for SSH, SMTP, etc.

15 cylinder714 3 8/28/2025, 8:37:11 PM tarsnap.com ↗

Comments (3)

dang · 1h ago
Related. Others?

Spiped – symmetric, encrypted, authenticated pipes between sockets - https://news.ycombinator.com/item?id=7539499 - April 2014 (86 comments)

maples37 · 1h ago
> This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key.

I already have SSH set up and functional, what advantage does spiped offer?

0xCMP · 55m ago
iirc spiped uses TLS/OpenSSL for securing the connection, the symmetric key avoids the key-exchange and worrying about certificates, and therefore is better capable of efficiently using the connection than SSH by itself.

Because it's much simpler it's also a good way to expose a system to the internet, although Wireguard with a PSK is a very similar and possibly superior solution.