summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-13 17:47:34 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-13 17:47:34 -0400
commit2ed952e2207d5278cfe96db2d7eeed40709f846b (patch)
treef2d1bda40d1cbea47cd82ae7779395f48cacc761 /man
parent6075397cffdceaf72dd3b430c9124c2ebb59ac65 (diff)
Add 'remove_userid' function, inverse of 'update_userids'.
Also, tweaked some of the output and man pages.
Diffstat (limited to 'man')
-rw-r--r--man/man1/monkeysphere.115
-rw-r--r--man/man8/monkeysphere-server.817
2 files changed, 24 insertions, 8 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1
index d00a9db..762f008 100644
--- a/man/man1/monkeysphere.1
+++ b/man/man1/monkeysphere.1
@@ -31,25 +31,32 @@ listed in the known_hosts file will be processed. `k' may be used in
place of `update-known_hosts'.
.TP
.B update-userids [USERID]...
-Add/update a userid in the authorized_user_ids file. The user IDs
+Add/update a user ID to the authorized_user_ids file. The user IDs
specified should be exact matches to OpenPGP user IDs. For each
specified user ID, gpg will be queried for a key associated with that
user ID, querying a keyserver if none is found in the user's keychain.
If a key is found, it will be added to the user_keys cache (see KEY
CACHES) and the user ID will be added to the user's
-authorized_user_ids file (if it wasn't already present).
+authorized_user_ids file (if it wasn't already present). `u' may be
+used in place of `update-userids'.
+.TP
+.B remove-userids [USERID]...
+Remove a user ID from the authorized_user_ids file. The user IDs
+specified should be exact matches to OpenPGP user IDs. `r' may be
+used in place of `remove-userids'.
.TP
.B update-authorized_keys
Update the monkeysphere authorized_keys file. The monkeysphere
authorized_keys file will be regenerated from the valid keys in the
user_key cache, and the user's independently controlled
-authorized_keys file (usually ~/.ssh/authorized_keys).
+authorized_keys file (usually ~/.ssh/authorized_keys). `a' may be
+used in place of `update-authorized_keys'.
.TP
.B gen-ae-subkey KEYID
Generate an `ae` capable subkey. For the primary key with the
specified key ID, generate a subkey with "authentication" and
"encryption" capability that can be used for MonkeySphere
-transactions.
+transactions. `g' may be used in place of `gen-ae-subkey'.
.TP
.B help
Output a brief usage summary. `h' or `?' may be used in place of
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8
index cc07077..8f62610 100644
--- a/man/man8/monkeysphere-server.8
+++ b/man/man8/monkeysphere-server.8
@@ -19,18 +19,27 @@ be used for authentication and encryption of ssh connection.
Update the admin-controlled authorized_keys files for user. For each
user specified, update the user's authorized_keys file in
/var/cache/monkeysphere/USER. See `man monkeysphere' for more info.
+`k' may be used in place of `update-known_hosts'.
.TP
.B gen-key
-Generate a gpg key for the host.
+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.
+Publish the host's gpg key to a keyserver. `p' may be used in place
+of `publish-key'
.TP
.B trust-keys KEYID...
-Mark key specified with KEYID with full owner trust.
+Mark key specified with KEYID with full owner trust. `t' may be used
+in place of `trust-keys'.
.TP
.B update-user-userids USER USERID...
-Add/update a userid in the authorized_user_ids file for USER.
+Add/update a user ID to the authorized_user_ids file for USER. `u' may
+be used in place of `update-user-userids'.
+.TP
+.B remove-user-userids USER USERID...
+Remove a user ID from the authorized_user_ids file for USER. `r' may
+be used in place of `remove-user-userids'.
.TP
.B help
Output a brief usage summary. `h' or `?' may be used in place of