summaryrefslogtreecommitdiff
path: root/man/man8
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:34 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:34 -0400
commit28c7489bb830c8ef9bb7c6e40e3fc4d47a702614 (patch)
tree9c58e0cafed7c4e9adcf108378ac0ec6d208a95d /man/man8
parent31e072432f985e03cc27b101f3a150fb45204d4f (diff)
More work on the man pages.
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/monkeysphere-server.825
1 files changed, 17 insertions, 8 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8
index 8f62610..eafd6a8 100644
--- a/man/man8/monkeysphere-server.8
+++ b/man/man8/monkeysphere-server.8
@@ -1,18 +1,24 @@
.TH MONKEYSPHERE-SERVER "1" "June 2008" "monkeysphere 0.1" "User Commands"
+
.SH NAME
+
monkeysphere-server \- monkeysphere server admin user interface
+
.SH SYNOPSIS
+
.B monkeysphere-server \fIcommand\fP [\fIargs\fP]
+
.SH DESCRIPTION
-.PP
+
\fBMonkeySphere\fP is a system to leverage the OpenPGP Web of Trust
for ssh authentication and encryption. OpenPGP keys are tracked via
GnuPG, and added to the ssh authorized_keys and known_hosts files to
be used for authentication and encryption of ssh connection.
\fBmonkeysphere-server\fP is the MonkeySphere server admin utility.
-.PD
+
.SH SUBCOMMANDS
+
\fBmonkeysphere-server\fP takes various subcommands:
.TP
.B update-users [USER]...
@@ -26,11 +32,11 @@ Generate a gpg key for the host. `g' may be used in place of
`gen-key'.
.TP
.B publish-key
-Publish the host's gpg key to a keyserver. `p' may be used in place
+Publish the host's gpg key to the keyserver. `p' may be used in place
of `publish-key'
.TP
.B trust-keys KEYID...
-Mark key specified with KEYID with full owner trust. `t' may be used
+Mark key specified with key IDs with full owner trust. `t' may be used
in place of `trust-keys'.
.TP
.B update-user-userids USER USERID...
@@ -44,9 +50,9 @@ be used in place of `remove-user-userids'.
.B help
Output a brief usage summary. `h' or `?' may be used in place of
`help'.
-.PD
+
.SH FILES
-.PD 1
+
.TP
/etc/monkeysphere/monkeysphere-server.conf
System monkeysphere-server config file.
@@ -60,12 +66,15 @@ Monkeysphere GNUPG home directory.
/etc/monkeysphere/authorized_user_ids/USER
Server maintained authorized_user_ids files for users.
.TP
-/var/cachemonkeysphere/USER
+/var/cache/monkeysphere/USER
User keys cache directories.
-.PD
+
.SH AUTHOR
+
Written by Jameson Rollins <jrollins@fifthhorseman.net>
+
.SH SEE ALSO
+
.BR monkeysphere (1),
.BR gpg (1),
.BR ssh (1)