On Thu, 5 Mar 2009 15:28, ds...@jabberwocky.com said:
> gpg --recv-keys `gpg --with-colons --list-sigs YOUR-KEY-ID-HERE |
> egrep '^sig' | cut -d: -f5 | uniq`
For keys with a lot of signatures you better do:
gpg --with-colons --list-sigs YOUR-KEY-ID-HERE | \
egrep '^sig' | cut -d: -f5 |
On Mar 5, 2009, at 4:48 AM, Dirk Zemisch wrote:
Hi,
i'm just had some trouble with my keyrings and after all recovery
etc. a
lot of keys I earlier received are gone.
But a lot of them are named in the sigs of my own key. Is there a
possibility to read out all key-IDs from the sigs and impor
Hi,
i'm just had some trouble with my keyrings and after all recovery etc. a
lot of keys I earlier received are gone.
But a lot of them are named in the sigs of my own key. Is there a
possibility to read out all key-IDs from the sigs and import the related
keys from a keyserver? Maybe someone her