Merge commit 'jrollins/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 .TP
23 .B gen-key
24 Generate a gpg key for the host.
25 .TP
26 .B publish-key
27 Publish the host's gpg key to a keyserver.
28 .TP
29 .B trust-keys KEYID...
30 Mark key specified with KEYID with full owner trust.
31 .TP
32 .B update-user-userids USER USERID...
33 Add/update a userid in the authorized_user_ids file for USER.
34 .TP
35 .B help
36 Output a brief usage summary.  `h' or `?' may be used in place of
37 `help'.
38 .PD
39 .SH FILES
40 .PD 1
41 .TP
42 /etc/monkeysphere/monkeysphere-server.conf
43 System monkeysphere-server config file.
44 .TP
45 /etc/monkeysphere/monkeysphere.conf
46 System-wide monkeysphere config file.
47 .TP
48 /etc/monkeysphere/gnupg
49 Monkeysphere GNUPG home directory.
50 .TP
51 /etc/monkeysphere/authorized_user_ids/USER
52 Server maintained authorized_user_ids files for users.
53 .TP
54 /var/cachemonkeysphere/USER
55 User keys cache directories.
56 .PD
57 .SH AUTHOR
58 Written by Jameson Rollins <jrollins@fifthhorseman.net>
59 .SH SEE ALSO
60 .BR monkeysphere (1),
61 .BR gpg (1),
62 .BR ssh (1)