Hi, I think I'm probably being dense but I can't seem to find this key anywhere but it was used to sign tdb which I need for a project I'm working on: "samba library distribution key" RSA key ID 13084025 I've looked on pgp.mit.edu, keyserver.pgp.com and finally just asked Google but they don't seem to know either. Thanks, Rich. --
On 31/01/15 16:15, samba at foxengines.net wrote:> Hi, > > I think I'm probably being dense but I can't seem to find this key > anywhere but it was used to sign tdb which I need for a project I'm > working on: > > "samba library distribution key" RSA key ID 13084025 > > I've looked on pgp.mit.edu, keyserver.pgp.com and finally just asked > Google but they don't seem to know either. > > Thanks, > Rich. >You cannot have looked very hard :-) gpg --keyserver pgp.mit.edu --recv-key 13084025 gpg: directory `/home/rowland/.gnupg' created gpg: new configuration file `/home/rowland/.gnupg/gpg.conf' created gpg: WARNING: options in `/home/rowland/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/home/rowland/.gnupg/secring.gpg' created gpg: keyring `/home/rowland/.gnupg/pubring.gpg' created gpg: requesting key 13084025 from hkp server pgp.mit.edu gpg: /home/rowland/.gnupg/trustdb.gpg: trustdb created gpg: key 13084025: public key "Samba Library Distribution Key <samba-bugs at samba.org>" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1)
Hi, On Sun, 1 Feb 2015, Rowland Penny wrote:> On 31/01/15 16:15, samba at foxengines.net wrote: > >> I think I'm probably being dense but I can't seem to find this key >> anywhere but it was used to sign tdb which I need for a project I'm >> working on: >> >> "samba library distribution key" RSA key ID 13084025 >> >> I've looked on pgp.mit.edu, keyserver.pgp.com and finally just asked >> Google but they don't seem to know either. >> > > You cannot have looked very hard :-) > > gpg --keyserver pgp.mit.edu --recv-key 13084025Thanks for the response Rowland. I did search quite a bit in fact, incorrectly. How much I don't know always amazes me. Rich. --