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 |
Hi,
I want to deploy GPG on HP-UX Itanium platform. Am little confused where
can I found the installable version of this.
Could any one of you please let me know?
Best regards,
Satya
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://l
Werner Koch wrote the following on 3/3/09 6:45 AM:
> Hello!
>
> We are pleased to announce the availability of a new stable GnuPG-2
> release: Version 2.0.11.
[...]
> Thanks
> ==
>
> We have to thank all the people who helped with this release, be it
> testing, coding, translating, suggestin
On Mar 4, 2009, at 9:35 AM, Pulipaka, Satyanarayana {PEP} wrote:
Hi,
I want to deploy GPG on HP-UX Itanium platform. Am little
confused where can I found the installable version of this.
Could any one of you please let me know?
Best regards,
Satya
I've checked the various HP-UX po
Werner Koch wrote the following on 3/3/09 6:45 AM:
> Hello!
>
> We are pleased to announce the availability of a new stable GnuPG-2
> release: Version 2.0.11.
[...]
> Thanks
> ==
>
> We have to thank all the people who helped with this release, be it
> testing, coding, translating, suggestin
I currently try to get the gpg-agent to start just one time and not to
get one more gpg-agent session each time I log in, but it doesn't work.
Even the hint in the gpg-agent man page won't work, I still get more
than one gpg-agent process and more than one gpg-agent directory.
Thomas
___
On Friday 06 March 2009, Thomas Bohn wrote:
> I currently try to get the gpg-agent to start just one time and not
> to get one more gpg-agent session each time I log in, but it doesn't
> work.
>
> Even the hint in the gpg-agent man page won't work, I still get more
> than one gpg-agent process and
I have a slightly more sophisticated gpg-agent script that has worked
well for me with a variety of window managers:
#!/bin/sh
PATH=/bin:/usr/bin:/usr/local/bin
test -e ${HOME}/.gpg-agent-info && unlink ${HOME}/.gpg-agent-info