Todd Zullinger wrote:
Patrick wrote:
[EMAIL PROTECTED] ~]$ gpg --list-keys 1E1C9C17
gpg: error reading key: public key not found

Got these keyservers enabled in .gnupg/gpg.conf

keyserver hkp://keys.gnupg.net
keyserver hkp://subkeys.pgp.net
keyserver ldap://keyserver.pgp.com

You'd need to fetch the key before --list-keys would show it.

$ gpg --recv-keys 1E1C9C17 (or E1C9C17, as Anne mentioned).

(I also usually use the --interactive or -i option to have gpg prompt
me before importing a received key.)

And easier method (to me), would be to use --search-keys

$ gpg --search-keys [EMAIL PROTECTED]


It is 1E1C9C17.

$ gpg --recv-keys 1E1C9C17
gpg: requesting key 1E1C9C17 from hkp server wwwkeys.us.pgp.net
gpg: key 1E1C9C17: "Anne Wilson <[EMAIL PROTECTED]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

$ gpg --list-keys 1E1C9C17
pub   1024D/1E1C9C17 2007-04-07 [expires: 2008-12-29]
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson <[EMAIL PROTECTED]>
uid                  Anne Wilson & Gillian Holden <[EMAIL PROTECTED]>
sub   2048g/B13EFFBC 2007-04-07


Mikkel
--

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to