Questions tagged [keyserver]

15 questions
10
votes
2 answers

gpg: keyserver receive failed: No route to host stack overflow

i'm trying to install fastlane for my ios app but when i'm trying to install RVM, i'm facing issues. My command is gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113************* 7D2BAF1CF37B13E2069D69561*************
Mohit Tomar
  • 5,173
  • 2
  • 33
  • 40
9
votes
5 answers

`gpg: keyserver send failed: No keyserver available` when sending to hkp://pool.sks-keyservers.net

I'm using the below command gpg --keyserver hkp://pool.sks-keyservers.net --send-keys as per guided by this article https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ However, when I try it, it reports gpg:…
Elye
  • 53,639
  • 54
  • 212
  • 474
5
votes
0 answers

gpg keyserver receive failed No name

I am seting up a docker container When it reaches to set environment, it shows error upon processing triggers for libc-bin (2.28-10) And throws the folowing error: gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx'…
3
votes
1 answer

OpenPGPkeyserver No keys found after Submit OpenPGP Public Key

When I submit a new Key in http://hkps.pool.sks-keyservers.net/ it returns 200 OK and the following body: 1 key(s) added successfully. Key block added to key server database. New public keys added: Yet, I am not sure if the key was successfully…
Miguel Gamboa
  • 8,855
  • 7
  • 47
  • 94
1
vote
1 answer

GPG gives invalid packet (ctb=0a) error when trying to import public keys

Trying to update gives me an error saying public keys are not available: So I tried to import the keys using apt-key, which raises this invalid packet error:
1
vote
1 answer

Update Keyclock Access token

What are the possible ways to update the current access token or provide a new access token to users When I add new information to the keylock jwt tokens? Ex: When I add a new role to the specific user that not include in the current access token.
wthamira
  • 2,032
  • 2
  • 21
  • 40
1
vote
1 answer

"gpg: keyserver receive failed: connection refused" with ROS packages

I am trying to install ROS2 on Ubuntu 18.04. The following command gives an error for not having the public key. sudo apt update && sudo apt install curl gnupg2 lsb-release Error: Hit:1 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu…
1
vote
0 answers

Can't import the MongoDB public GPG Key : "Connection timed out"

I am trying to install mongodb on Ubuntu 18.04.1 LTS. I am stuck on the very first step: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4 Gives me the following error message: Executing:…
jast17
  • 11
  • 3
1
vote
1 answer

Impossible to add MikTex gpg key

I'm trying to install MikTex on Ubuntu 18.04 following the instructions in the website. The first command, sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889 gives the error gpg:…
Federico Taschin
  • 2,027
  • 3
  • 15
  • 28
0
votes
1 answer

Which keyserver to use for Verifying signatures with GnuPG for YubiHSM SDK signature verification

from the following URL I have downloaded the YubiHSM SDK https://developers.yubico.com/YubiHSM2/Releases/. However the other URL says we need to validate the package by downloading the keys which is specified from the following…
Sudheer
  • 1
  • 2
0
votes
1 answer

How to Python gnupg (GPG) encrypt with recipient's email address rather than their fingerprint?

How to Python-gnupg (GnuPG / GPG / OpenPGP) encrypt with recipient's email address rather than their fingerprint? This example shows (which failes on my Ubuntu 20.04 / such a thing, but it's an old example; excerpt: encrypted_data =…
Johnny Utahh
  • 2,389
  • 3
  • 25
  • 41
0
votes
1 answer

Removing entries from GPG Keyservers

I've been using GPG for a few years and my entry at the various directories, such as the Ubuntu's keyserver, is now pretty messy: uid Andy McCall (Andy McCall's PGP Key) sig sig 0463e8da7a2779b7 2021-12-19T12:26:56Z…
0
votes
0 answers

key retrieved from keyserver (keys.openpgp.org) can't be used (gpgme)

everyone I've generated a pair of keys associated with my email address and uploaded the public key to the keyserver: keys.openpgp.org. With the help of gpgme examples, I wrote a C++ program using Visual Studio to retrieve my public key both…
Eric-CP
  • 1
  • 1
0
votes
0 answers

What is a key server (R installation)

I am trying to install an old version of R for my computer (os Ubuntu 20.04). Related to this topic I always find that I require to doing it a "key_server". In this context: 1) what is a key server, 2) Which is its purpose, 3) How could be obtained…
Gero
  • 107
  • 1
  • 8
0
votes
1 answer

Can I use another gpg keyserver when all given gpg keyserver are not available?

I'm trying to build a docker image with given dockerfiles: https://github.com/31z4/storm-docker/blob/4c2804fa4365f62c3b6009d3496661542e4d446a/2.2.0/Dockerfile But docker build command occurs an error as below: gpg --keyserver…
yoon
  • 1,177
  • 2
  • 15
  • 28