Scroll to navigation

SPIPE(1) spipe README SPIPE(1)

NAME

spipe - spiped client utility

SYNOPSIS

spipe -t <target socket> -k <key file> [-f | -g] [-j] [-o <connection timeout>]
spiped -v

OPTIONS

Address to which spipe should connect. Must be in one of the following formats:
  • /absolute/path/to/unix/socket
  • host.name:port
  • [ip.v4.ad.dr]:port
  • [ipv6::addr]:port
Use the provided key file to authenticate and encrypt. Pass "-" to read from standard input. Note that reading the key via standard input will make it impossible to read anything else via standard input, thereby limiting spipe to receiving data but not sending any.
Use fast/weak handshaking: This reduces the CPU time spent in the initial connection setup by disabling the Diffie-Hellman handshake, at the expense of losing perfect forward secrecy.
Require perfect forward secrecy by dropping connections if the other host is using the -f option.
Disable transport layer keep-alives. (By default they are enabled.)
Timeout, in seconds, after which an attempt to connect to the target or a protocol handshake will be aborted (and the connection dropped) if not completed. Defaults to 5s.
Print version number.

SEE ALSO

spiped(1).

December 24, 2021 spiped 1.6.2