Patrick wrote: > [patrick@localhost ~]$ 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 cannewilson@xxxxxxxxxxxxxx -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sanity is the trademark of a weak mind. -- Mark Harrold
Attachment:
pgpIjFKU8qu4A.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list