diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-30 15:42:16 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-30 15:42:16 -0700 |
commit | dfdaec4fdfeeca291b40e8d1c2bec314c230d83d (patch) | |
tree | ee4cde0b60a0861fe2566f077a2f3ba38bc25fa3 /man/man1 | |
parent | 34c6ff8bca96f301d13bd75ea9a8e534e1e67c54 (diff) |
Add sshfpr subcommand to monkeysphere
This is a very simple subcommand that outputs the ssh fingerprint of a
key in your gpg keyring, by keyid.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/monkeysphere.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 320cdfd..5badaa9 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -126,6 +126,14 @@ 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 version +Show the monkeysphere version number. `v' may be used in place of +`version'. +.TP .B help Output a brief usage summary. `h' or `?' may be used in place of `help'. |