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/USER.  See `man monkeysphere' for more info.
28 `k' may be used in place of `update-known_hosts'.
29 .TP
30 .B gen-key
31 Generate a gpg key for the host.  `g' may be used in place of
32 `gen-key'.
33 .TP
34 .B publish-key
35 Publish the host's gpg key to the keyserver.  `p' may be used in place
36 of `publish-key'
37 .TP
38 .B trust-keys KEYID...
39 Mark key specified with key IDs with full owner trust.  `t' may be used
40 in place of `trust-keys'.
41 .TP
42 .B update-user-userids USER USERID...
43 Add/update a user ID to the authorized_user_ids file for USER.  `u' may
44 be used in place of `update-user-userids'.
45 .TP
46 .B remove-user-userids USER USERID...
47 Remove a user ID from the authorized_user_ids file for USER.  `r' may
48 be used in place of `remove-user-userids'.
49 .TP
50 .B help
51 Output a brief usage summary.  `h' or `?' may be used in place of
52 `help'.
53
54 .SH FILES
55
56 .TP
57 /etc/monkeysphere/monkeysphere-server.conf
58 System monkeysphere-server config file.
59 .TP
60 /etc/monkeysphere/monkeysphere.conf
61 System-wide monkeysphere config file.
62 .TP
63 /etc/monkeysphere/gnupg
64 Monkeysphere GNUPG home directory.
65 .TP
66 /etc/monkeysphere/authorized_user_ids/USER
67 Server maintained authorized_user_ids files for users.
68 .TP
69 /var/cache/monkeysphere/USER
70 User keys cache directories.
71
72 .SH AUTHOR
73
74 Written by Jameson Rollins <jrollins@fifthhorseman.net>
75
76 .SH SEE ALSO
77
78 .BR monkeysphere (1),
79 .BR gpg (1),
80 .BR ssh (1)