Hello, all. I'm not a great expert at using gpg so I'm simply following the instructions on the X2Go web site. It seems I cannot retrieve the key:
root@vdbase:/dev# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133 gpg: requesting key 96F89133 from hkp server wwwkeys.eu.pgp.net gpg: keyserver timed out gpg: keyserver receive failed: keyserver error
If I go to wwwkeys.eu.pgp.net and search for the key, it says it cannot find it. What am I doing wrong? Thanks - John
Dear John,
Am Montag, den 28.12.2009, 22:32 -0500 schrieb John A. Sullivan III:
if I am reading it correctly there were errors with the keyserver.
It worked fine for me with keyserver x-hkp://pool.sks-keyservers.net
in ~/.gnupg/gpg.conf
. Just try it with this server or later when the
server works again.
Thanks,
Paul
On Mon, 28 Dec 2009, John A. Sullivan III wrote:
the MIT keyserver peer seems to have it now -- I also see it at: hkp://wwwkeys.eu.pgp.net
[herrold@centos-5 ~]$ gpg --keyserver
hkp://pgp.mit.edu --recv-keys C509840B96F89133
gpg: requesting key 96F89133 from hkp server pgp.mit.edu
gpg: key 96F89133: public key "Oleksandr Shneyder
<oleksandr.shneyder@obviously-nice.de>" imported
gpg: Total number processed: 1
gpg: imported: 1
[herrold@centos-5 ~]$
notice that I used the 'hkp://' protocol part on that request -- dunno that it matters, but I have done it that way for years
-- Russ herrold