Bugzilla – Bug 1190408
gpg --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 not working on another distros
Last modified: 2021-09-11 07:26:48 UTC
hello I'm on another distro right now. I wanted to try opensuse and while checking the ISO according to the wiki I wanted to import the gpg key. When I entered the command gpg --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 the error message gpg keys not found comes up
Which keyserver do you have configured in your gpg.conf? It seems to be the SUSE Keyserver is not serving it, but others do. For example: $ gpg --keyserver keyserver.ubuntu.com --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 gpg: key B88B2FD43DBDC284: public key "openSUSE Project Signing Key <opensuse@opensuse.org>" imported gpg: Total number processed: 1 gpg: imported: 1 $ gpg --keyserver keyserver.opensuse.org --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 gpg: keyserver receive failed: No name So I guess someone could route that ticket to the group/person maintaining keyserver.opensuse.org.
Actually, it looks like keyserver.opensuse.org doesn't even have DNS records for the subdomain anymore. So it might have been shut down along with SKS Keyservers being deprecated. I guess your best bet is to just configure another keyserver of your trust and fetch keys using it. It's not related to the operating system / distribution you're running.
I am currently using fedora. i'm not the first to have this problem have already found the same thing on reddit.
I found this command on reddit and in a forum gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 but i don't know if i can trust that