mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
0e39fa3110
encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. WWW: http://www.tarsnap.com/spiped.html - Colin Percival cperciva@tarsnap.com PR: ports/159899 Submitted by: Colin Percival
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
|
|
encrypted and authenticated pipes between socket addresses, so that one may
|
|
connect to one address (e.g., a UNIX socket on localhost) and transparently
|
|
have a connection established to another address (e.g., a UNIX socket on a
|
|
different system). This is similar to 'ssh -L' functionality, but does not
|
|
use SSH and requires a pre-shared symmetric key.
|
|
|
|
WWW: http://www.tarsnap.com/spiped.html
|
|
|
|
- Colin Percival
|
|
cperciva@tarsnap.com
|