More work on the man pages.
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Sat, 14 Jun 2008 19:58:34 +0000 (15:58 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Sat, 14 Jun 2008 19:58:34 +0000 (15:58 -0400)
man/man1/monkeysphere-ssh-proxycommand.1
man/man1/monkeysphere.1
man/man1/openpgp2ssh.1
man/man8/monkeysphere-server.8
src/monkeysphere-server

index 63b5a5eb5962581e569a07cdbd359b067ed5d12d..8392ae8317e8631b550b79080857de630a80c9aa 100644 (file)
@@ -1,9 +1,11 @@
 .TH MONKEYSPHERE-SSH-PROXYCOMMAND "1" "June 2008" "monkeysphere 0.1" "User Commands"
+
 .SH NAME
+
 monkeysphere-ssh-proxycommand \- MonkeySphere ssh ProxyCommand script
-.PD
+
 .SH DESCRIPTION
-.PP
+
 \fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
 to trigger a monkeysphere update of the known_hosts file for the hosts
 that are being connected to.  It is meant to be run as an ssh
@@ -28,11 +30,13 @@ and then
 Run the following command for more info:
 
 .B less $(which monkeysphere-ssh-proxycommand)
-.PD
+
 .SH AUTHOR
+
 Written by Jameson Rollins <jrollins@fifthhorseman.net>
-.PD
+
 .SH SEE ALSO
+
 .BR monkeypshere (1),
 .BR ssh (1),
 .BR gpg (1)
index 762f008b4d0a7be3d426de3b60939877bdb1cf47..526cad6d76e79ad0b9a6246e3a3a597717dd962c 100644 (file)
@@ -1,20 +1,24 @@
 .TH MONKEYSPHERE "1" "June 2008" "monkeysphere 0.1" "User Commands"
+
 .SH NAME
+
 monkeysphere \- MonkeySphere client user interface
-.PD
+
 .SH SYNOPSIS
+
 .B monkeysphere \fIcommand\fP [\fIargs\fP]
-.PD
+
 .SH DESCRIPTION
-.PP
+
 MonkeySphere 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\fP is the MonkeySphere client utility.
-.PD
+
 .SH SUBCOMMANDS
+
 \fBmonkeysphere\fP takes various subcommands:
 .TP
 .B update-known_hosts [HOST]...
@@ -61,10 +65,15 @@ transactions.  `g' may be used in place of `gen-ae-subkey'.
 .B help
 Output a brief usage summary.  `h' or `?' may be used in place of
 `help'.
-.PD
+
+.SH HOST URIs
+
+Host OpenPGP keys have associated user IDs that use the ssh URI
+specification for the host, ie. "ssh://host.full.domain".
+
 .SH KEY ACCEPTABILITY
+
 GPG keys are considered acceptable if the following criteria are met:
-.PD
 .TP
 .B capability
 The key must have both the "authentication" and "encrypt" capability
@@ -72,8 +81,9 @@ flags.
 .TP
 .B validity
 The key must be "fully" valid, and must not be expired or revoked.
-.PD
+
 .SH KEY CACHES
+
 Monkeysphere keeps track of keys in key cache directories.  The files
 in the cache are named with the format "USERID_HASH.PUB_KEY_ID", where
 USERID_HASH is a hash of the exact OpenPGP user ID, and PUB_KEY_ID is
@@ -86,9 +96,9 @@ will be stored in the host_keys cache files, and authorized_keys style
 key lines will be stored in the user_keys cache files.  OpenPGP keys
 are converted to ssh-style keys with the openpgp2ssh utility (see `man
 openpgp2ssh').
-.PD
+
 .SH FILES
-.PD 1
+
 .TP
 ~/.config/monkeysphere/monkeysphere.conf
 User monkeysphere config file.
@@ -97,8 +107,8 @@ User monkeysphere config file.
 System-wide monkeysphere config file.
 .TP
 ~/.config/monkeysphere/authorized_user_ids
-GPG user IDs associated with keys that will be checked for addition to
-the authorized_keys file. 
+OpenPGP user IDs associated with keys that will be checked for
+addition to the authorized_keys file.
 .TP
 ~/.config/monkeysphere/authorized_keys
 Monkeysphere generated authorized_keys file.
@@ -108,12 +118,14 @@ User keys cache directory.
 .TP
 ~/.config/monkeysphere/host_keys
 Host keys cache directory.
-.PD
+
 .SH AUTHOR
+
 Written by Jameson Rollins <jrollins@fifthhorseman.net>
-.PD
+
 .SH SEE ALSO
-.BR ssh (1),
+
 .BR monkeysphere-ssh-proxycommand (1),
-.BR gpg (1),
-.BR monkeysphere-server (8)
+.BR monkeysphere-server (8),
+.BR ssh (1),
+.BR gpg (1)
index 83b615467566ed977487fb5201739d08ec0efbc6..bea1da50c4e1737fc30a7ba0ebee1aa8b163347f 100644 (file)
@@ -69,7 +69,7 @@ and this man page were written by Daniel Kahn Gillmor
 <dkg@fifthhorseman.net>.
 .Sh BUGS
 .Nm
-currently only exports into formats used by the OpenSSH.
+Currently only exports into formats used by the OpenSSH.
 It should support other key output formats, such as those used by
 lsh(1) and putty(1).
 .Pp
index 8f626108807ae9c3535f1137817bb575df517ce9..eafd6a8d7416124c94fb7dd72b56235090fcd109 100644 (file)
@@ -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)
index 13221c5bcb6c029a51e73347751dc9fd8b270297..e05b4b71c8253ac7d8c335705253f8a52c8433d2 100755 (executable)
@@ -47,7 +47,7 @@ gen_key() {
     # set key defaults
     KEY_TYPE=${KEY_TYPE:-"RSA"}
     KEY_LENGTH=${KEY_LENGTH:-"2048"}
-    KEY_USAGE=${KEY_USAGE:-"encrypt,auth"}
+    KEY_USAGE=${KEY_USAGE:-"auth,encrypt"}
     SERVICE=${SERVICE:-"ssh"}
     HOSTNAME_FQDN=${HOSTNAME_FQDN:-$(hostname -f)}