John Clizbe-3 wrote:
>
> Greg Motter wrote:
>> I'm working on setting up some encryption on a server and have been
>> working
>> with a consultant giving us what we should be doing. One thing he wants
>> us
>> to do is set up 2 keyrings and maintain 2 keyrings on our server. All we
>> are
>> do
On Tue, Aug 28, 2007 at 03:08:48PM -0700, Greg Motter wrote:
>
> Hello,
>
> I'm currently getting the error "gpg: Option "--passphrase" is ambiguous"
> when I attempt to use the --passphrase switch.
>
> I believe this is because our test box only has gpg 1.4.1 installed? Does
> anyone remember w
Hello,
I'm currently getting the error "gpg: Option "--passphrase" is ambiguous"
when I attempt to use the --passphrase switch.
I believe this is because our test box only has gpg 1.4.1 installed? Does
anyone remember when --passphrase was added as an option. I took a look at
the release notes a
Albert Dengg-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Mon, Aug 27, 2007 at 10:02:00AM -0700, Greg Motter wrote:
>>
>> Hello,
>>
>> GPG newbie here and have a question.
>>
>> I'm working on setting up some encryption on a server and have been
>> working
>> with a c
> > echo '...STARTING GPG-AGENT'
> > eval `/usr/local/bin/gpg-agent --daemon`
> > echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
>
> BTW, you can do this easier by using gpg-agent's --write-env-file option.
Nice tip! Thanks.
> 1. Run pinentry manually:
>
>$
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, Aug 27, 2007 at 10:02:00AM -0700, Greg Motter wrote:
>
> Hello,
>
> GPG newbie here and have a question.
>
> I'm working on setting up some encryption on a server and have been working
> with a consultant giving us what we should be doing. O
On Tue, 28 Aug 2007 01:24, [EMAIL PROTECTED] said:
> echo '...STARTING GPG-AGENT'
> eval `/usr/local/bin/gpg-agent --daemon`
> echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
BTW, you can do this easier by using gpg-agent's --write-env-file option.
> ~> env