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