Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

keydctl(8) [debian man page]

KEYD(8) 						      System Manager's Manual							   KEYD(8)

NAME
keydctl - control an onak keyd instance SYNOPSIS
keydctl [ options ] command DESCRIPTION
keydctl is a command line client for interacting with a backend keyd daemon. It's intended to perform functions that are specifically related to keyd rather than being generic keyserver functions. See onak(1) for details about how to perform key related operations. Options -c FILE Use FILE as the config file instead of the default. -h Display help text. Commands check Query if keyd is running and accepting commands. Returns 0 if it is, 1 otherwise. Outputs nothing to stdout/stderr. quit Request that keyd exits cleanly status Display the status of a running keyd. Currently the protocol version in use, when keyd was started, the number of client connections seen and a breakdown of the commands seen. FILES
/etc/onak.conf default configuration file NOTES
This man page could probably do with some more details. SEE ALSO
onak(1) keyd(8) AUTHOR
onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at http://www.earth.li/projectpurple/progs/onak.html KEYD(8)

Check Out this Related Man Page

TTYSRV(8)						      System Manager's Manual							 TTYSRV(8)

NAME
ttysrv - connect to a serial port and log output SYNOPSIS
ttysrv [-o option] [-s sock] [-l log] -t tty [-b baud] [-p parity] [-w wordsize] [-i pidfile] DESCRIPTION
ttysrv is the backend for rconsole. It connects to the serial port, handles the log file and waits for connections from rconsole to view what's happening on the serial console. OPTIONS
-t tty Specify which device to connect to. -s sock The name of the socket to listen for connections from rconsole on. -o option Specify any ttyios options to open the port with. Currently only nolocal is supported. -l log The logfile to write to. If not set then no log is kept. -b baud Set the baud rate to talk to the port at. Defaults to 9600. -p parity Set the parity for the serial port. Defaults to none. -w wordsize Set the word size for the serial port. Defaults to 8 bits. -i pidfile The file to write the pid of ttysrv to. If not specified no such file is written. SEE ALSO
rconsole(1), remote-tty(1). AUTHOR
rtty was written by Paul Vixie <vixie@isc.org>. This manual page was written by Jonathan McDowell <noodles@earth.li> for the Debian project (but may be used by others). May 23, 2006 TTYSRV(8)
Man Page