Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StandUp.sh: gpg: keyserver receive failed: No name #24

Open
icculp opened this issue Jul 14, 2021 · 1 comment
Open

StandUp.sh: gpg: keyserver receive failed: No name #24

icculp opened this issue Jul 14, 2021 · 1 comment

Comments

@icculp
Copy link
Contributor

icculp commented Jul 14, 2021

Noticed this when running StandUp.sh

image

In suggested solutions here: https://stackoverflow.com/questions/66217436/gpg-keyserver-receive-failed-no-name the key wasn't found in keyserver.ubuntu.com, but was found in keys.openpgp.org. Tested script replacing the keyserver with keys.openpgp.org and that lead to the following errors when trying with keys.openpgp.org and pgp.mit.edu:
image
image

Tried imitating the lines from LinodeStandUp.sh like:
sudo curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
which still results in this:
image

Not sure how critical this issue is, so will wait for feedback before digging further.

@ChristopherA
Copy link
Contributor

@shannona or @gorazdko, can you look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants