Resubmit of spiped-1.2.1. Tested on amd64. Thanks.

Information for inst:spiped-1.2.1

Comment:
utility for creating secure pipes between socket addresses

Description:
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.

spipe (pronounced "ess-pipe") is a utility which acts as an spiped
protocol client (i.e., connects to an spiped daemon), taking input from
the standard input and writing data read back to the standard output.

Maintainer: James Turner <ja...@calminferno.net>

WWW: http://www.tarsnap.com/spiped.html

Install notice:
After spiped is installed, you have to create a pre-shared secret
key and put the result in /etc/ssh/spiped.key.

dd if=/dev/urandom bs=32 count=1 of=/etc/ssh/spiped.key

-- 
James Turner
ja...@calminferno.net

Attachment: spiped-1.2.1.tar
Description: Unix tar archive

Reply via email to