Update Debian Vcs-* fields to point to git repository
[onak.git] / keydctl.8
1 .TH KEYD 8
2 .SH NAME
3 keydctl \- control an onak keyd instance
4 .SH SYNOPSIS
5 .PP
6 .B keydctl
7 [
8 .B options
9 ]
10 .B command
11 .SH DESCRIPTION
12 .PP
13 keydctl is a command line client for interacting with a backend keyd
14 daemon. It's intended to perform functions that are specifically related
15 to keyd rather than being generic keyserver functions. See
16 .BR onak(1)
17 for details about how to perform key related operations.
18 .SS "Options"
19 .TP
20 \fB\-c \fIFILE\fR\fR
21 Use \fIFILE\fR as the config file instead of the default.
22 .TP
23 \fB\-h\fR
24 Display help text.
25 .SS "Commands"
26 .TP
27 .B check
28 Query if keyd is running and accepting commands. Returns 0 if it is, 1
29 otherwise. Outputs nothing to stdout/stderr.
30 .TP
31 .B quit
32 Request that keyd exits cleanly
33 .TP
34 .B status
35 Display the status of a running keyd. Currently the protocol version in use,
36 when keyd was started, the number of client connections seen and a breakdown
37 of the commands seen.
38 .SH FILES
39 .br
40 .nf
41 .\" set tabstop to longest possible filename, plus a wee bit
42 .ta \w'/usr/lib/perl/getopts.pl   'u
43 \fI/etc/onak.conf\fR    default configuration file
44 .SH NOTES
45 This man page could probably do with some more details.
46 .SH "SEE ALSO"
47 .BR onak (1)
48 .BR keyd (8)
49 .SH AUTHOR
50 onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
51 http://www.earth.li/projectpurple/progs/onak.html