Wish: --recv-signers-of
Peter Palfrader
peter at palfrader.org
Mon Jul 16 05:21:01 CEST 2001
On Sun, 08 Jul 2001, Thomas Roessler wrote:
> Occasionally, it's practical to batch-fetch all keys which have
> signed a certain other public key, in order to look whether you can
> find some well-authenticated keys of trustworthy individuals there.
>
> Of course, this can be easily automated like this:
>
> gpg --check-sigs <some-id> | awk '/^sig/ { print $2 }' | \
> sort -u > k
> gpg --recv-keys `cat k`
>
> But still, a gnupg option to do this without resorting to the shell
> could be quite practical.
And while we're at wishes: An option to update all keys in the keyring
from a keyserver would be a nice feature too.
% gpg --fast-list-mode --list-keys | grep "^pub " | cut -b 12-20 | xargs gpg --recv
yours,
peter
--
PGP signed and encrypted | .''`. ** Debian GNU/Linux **
messages preferred. | : :' : By professionals,
| `. `' for professionals
http://www.palfrader.org/ | `- http://www.debian.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
Url : /pipermail/attachments/20010716/05b012b4/attachment.bin
More information about the Gnupg-devel
mailing list