Merge commit 'dkg/master'
[monkeysphere.git] / man / man8 / monkeysphere-server.8
1 .TH MONKEYSPHERE-SERVER "1" "June 2008" "monkeysphere 0.1" "User Commands"
2 .SH NAME
3 monkeysphere-server \- monkeysphere server admin user interface
4 .SH SYNOPSIS
5 .B monkeysphere-server \fIcommand\fP [\fIargs\fP]
6 .SH DESCRIPTION
7 .PP
8 \fBMonkeySphere\fP is a system to leverage the OpenPGP Web of Trust
9 for ssh authentication and encryption.  OpenPGP keys are tracked via
10 GnuPG, and added to the ssh authorized_keys and known_hosts files to
11 be used for authentication and encryption of ssh connection.
12
13 \fBmonkeysphere-server\fP is the MonkeySphere server admin utility.
14 .PD
15 .SH SUBCOMMANDS
16 \fBmonkeysphere-server\fP takes various subcommands:
17 .TP
18 .B update-users [USER]...
19 Update the admin-controlled authorized_keys files for user.  For each
20 user specified, update the user's authorized_keys file in
21 /var/cache/monkeysphere/USER.  See `man monkeysphere' for more info.
22 `k' may be used in place of `update-known_hosts'.
23 .TP
24 .B gen-key
25 Generate a gpg key for the host.  `g' may be used in place of
26 `gen-key'.
27 .TP
28 .B publish-key
29 Publish the host's gpg key to a keyserver.  `p' may be used in place
30 of `publish-key'
31 .TP
32 .B trust-keys KEYID...
33 Mark key specified with KEYID with full owner trust.  `t' may be used
34 in place of `trust-keys'.
35 .TP
36 .B update-user-userids USER USERID...
37 Add/update a user ID to the authorized_user_ids file for USER.  `u' may
38 be used in place of `update-user-userids'.
39 .TP
40 .B remove-user-userids USER USERID...
41 Remove a user ID from the authorized_user_ids file for USER.  `r' may
42 be used in place of `remove-user-userids'.
43 .TP
44 .B help
45 Output a brief usage summary.  `h' or `?' may be used in place of
46 `help'.
47 .PD
48 .SH FILES
49 .PD 1
50 .TP
51 /etc/monkeysphere/monkeysphere-server.conf
52 System monkeysphere-server config file.
53 .TP
54 /etc/monkeysphere/monkeysphere.conf
55 System-wide monkeysphere config file.
56 .TP
57 /etc/monkeysphere/gnupg
58 Monkeysphere GNUPG home directory.
59 .TP
60 /etc/monkeysphere/authorized_user_ids/USER
61 Server maintained authorized_user_ids files for users.
62 .TP
63 /var/cachemonkeysphere/USER
64 User keys cache directories.
65 .PD
66 .SH AUTHOR
67 Written by Jameson Rollins <jrollins@fifthhorseman.net>
68 .SH SEE ALSO
69 .BR monkeysphere (1),
70 .BR gpg (1),
71 .BR ssh (1)