summaryrefslogtreecommitdiff
path: root/man/man8
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-17 14:33:19 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-17 14:33:19 -0400
commit79e9e7214bcbd4ecf4d555a1be413532b216c2e7 (patch)
treed3a07bacd8a5f2d8d22c5bace82bedd01e1bafc0 /man/man8
parentb92675786ac883551528b3870c71c98066d60c0f (diff)
Update man pages and TODO.
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/monkeysphere-server.811
1 files changed, 7 insertions, 4 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8
index eafd6a8..5ca248a 100644
--- a/man/man8/monkeysphere-server.8
+++ b/man/man8/monkeysphere-server.8
@@ -24,8 +24,11 @@ be used for authentication and encryption of ssh connection.
.B update-users [USER]...
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'.
+/var/cache/monkeysphere/authorized_keys/USER. See `man monkeysphere'
+for more info. If the USER_CONTROLLED_AUTHORIZED_KEYS variable is
+set, then a user-controlled authorized_keys file (usually
+~USER/.ssh/authorized_keys) is added to the authorized_keys file. `k'
+may be used in place of `update-known_hosts'.
.TP
.B gen-key
Generate a gpg key for the host. `g' may be used in place of
@@ -66,8 +69,8 @@ Monkeysphere GNUPG home directory.
/etc/monkeysphere/authorized_user_ids/USER
Server maintained authorized_user_ids files for users.
.TP
-/var/cache/monkeysphere/USER
-User keys cache directories.
+/var/cache/monkeysphere/authorized_keys/USER
+User authorized_keys file.
.SH AUTHOR