diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-14 19:19:28 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-14 20:08:22 -0400 |
commit | c68b687613472b301fe62074e3005b6925a88ea8 (patch) | |
tree | 19ade27d06e92012cbe6593f821f26975e10c95f /man | |
parent | 01012ce201590e939a82fcc2aeda88fc6a34ad57 (diff) |
deprecate sshfpr; add sshfprs-for-userid (closes: MS #1436)
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/monkeysphere.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 4d8eab6..25421ce 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -128,14 +128,13 @@ 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 sshfpr KEYID -Output the ssh fingerprint of a key in your gpg keyring. `f' may be -used in place of `fingerprint'. -.TP .B keys\-for\-userid USERID -Output to stdout all acceptable keys for a given user ID literal. +Output to stdout all acceptable keys for a given user ID. `u' may be used in place of `keys\-for\-userid'. .TP +.B sshfprs\-for\-userid USERID +Output the ssh fingerprints of acceptable keys for a given user ID. +.TP .B version Show the monkeysphere version number. `v' may be used in place of `version'. |