summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-03-02 15:41:08 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-03-02 15:41:08 -0500
commitf422913545040510e4ff4a794a00c5af8986cfc1 (patch)
treecb613bc9578067fb3eb155e56c7e050e2b4322e6 /man
parente28afa2fdcb492bf8f07ce5cf1b823f20b6d5e39 (diff)
update man page for subkey-to-ssh-agent, to add info about MONKEYSPHERE_SUBKEYS_FOR_AGENT
Diffstat (limited to 'man')
-rw-r--r--man/man1/monkeysphere.19
1 files changed, 8 insertions, 1 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1
index 6972583..327a623 100644
--- a/man/man1/monkeysphere.1
+++ b/man/man1/monkeysphere.1
@@ -121,7 +121,10 @@ to
.BR ssh\-add (1).
For example, to remove the authentication subkeys, pass an additional
`\-d' argument. To require confirmation on each use of the key, pass
-`\-c'. `s' may be used in place of `subkey\-to\-ssh\-agent'.
+`\-c'. The MONKEYSPHERE_SUBKEYS_FOR_AGENT environment can be used to
+specify the full fingerprints of specific keys to add to the agent
+(space separated), instead of adding them all. `s' may be used in
+place of `subkey\-to\-ssh\-agent'.
.TP
.B help
Output a brief usage summary. `h' or `?' may be used in place of
@@ -156,6 +159,10 @@ Path to ssh authorized_keys file. (~/.ssh/authorized_keys)
.TP
MONKEYSPHERE_PROMPT
If set to `false', never prompt the user for confirmation. (true)
+.TP
+MONKEYSPHERE_SUBKEYS_FOR_AGENT
+A space-separated list of authentication-capable subkeys to add to the
+ssh agent with subkey-to-ssh-agent.
.SH FILES