Bug 1190408 - gpg --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 not working on another distros
Summary: gpg --recv-keys 0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284 not working on ano...
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: Wiki (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Christian Boltz
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-11 05:33 UTC by Wilhelm Schartner
Modified: 2021-09-11 07:26 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wilhelm Schartner 2021-09-11 05:33:17 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
Comment 1 Georg Pfuetzenreuter 2021-09-11 06:57:40 UTC
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.
Comment 2 Georg Pfuetzenreuter 2021-09-11 07:05:19 UTC
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.
Comment 3 Wilhelm Schartner 2021-09-11 07:12:33 UTC
I am currently using fedora.

i'm not the first to have this problem have already found the same thing on reddit.
Comment 4 Wilhelm Schartner 2021-09-11 07:26:48 UTC
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