diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-08-06 12:40:10 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-08-06 12:40:10 -0400 |
commit | 6f433d91a492631fc6f3de7023a99eb5f24fec72 (patch) | |
tree | 15b853ba2291a12eab4ce85d46ce67d1564bfcc8 /doc | |
parent | 8d5e0b0a27548e2bdf6345f0bebcdb98d5f18d75 (diff) |
Adding simpler directions for getting your keyid.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,9 +77,9 @@ $ monkeysphere gen-subkey $GPGID Typically, you can find out what your keyid is by running: -gpg --list-key your@email.address +gpg --list-secret-keys -The first line (starting with pub) will include your key length followed +The first line (starting with sec) will include your key length followed by the type of key (e.g. 1024D) followed by a slash and then your keyid. Using your OpenPGP authentication key for SSH |