DESCR 636 B

123456789101112
  1. spiped (pronounced "ess-pipe-dee") is a utility for creating
  2. symmetrically encrypted and authenticated pipes between socket
  3. addresses, so that one may connect to one address (e.g., a UNIX socket
  4. on localhost) and transparently have a connection established to another
  5. address (e.g., a UNIX socket on a different system). This is similar to
  6. 'ssh -L' functionality, but does not use SSH and requires a pre-shared
  7. symmetric key.
  8. spipe (pronounced "ess-pipe") is a utility which acts as an spiped
  9. protocol client (i.e., connects to an spiped daemon), taking input from
  10. the standard input and writing data read back to the standard output.