Re: Running gpg-agent and caching the passphrase

2011-05-21 Thread Jens Jahnke
On Sat, 21 May 2011 09:02:27 +0100 Frank Shute wrote: FS> Try: FS> FS> default-cache-ttl 3600 FS> FS> (no equals sign) Woah, stupid me. Thanks for the tip. It works now. =) Regards, Jens -- 21. Wonnemond 2011, 12:07 Homepage : http://www.jan0sch.de To be sure of hitting the target, shoot

Re: Running gpg-agent and caching the passphrase

2011-05-21 Thread Frank Shute
On Sat, May 21, 2011 at 08:34:21AM +0200, Jens Jahnke wrote: > > Hi, > > I'm trying to get gpg-agent running under 8.2 using the same setup I've > had on my linux box. > The agent is started via .xinitrc: > export GPG_TTY=$(tty) > if [ -z `pgrep gpg-agent` ]; then > eval $(gpg-agent --daemon --w

Re: Running gpg-agent and caching the passphrase

2011-05-21 Thread Gour-Gadadhara Dasa
On Sat, 21 May 2011 08:34:21 +0200 Jens Jahnke wrote: > But no matter what option I set the passphrase is not cached and there > is no error message in the logs. > I don't know if this is the right place to ask but the same setup was > running on my linux box without problems so I guess this migh

Running gpg-agent and caching the passphrase

2011-05-21 Thread Jens Jahnke
Hi, I'm trying to get gpg-agent running under 8.2 using the same setup I've had on my linux box. The agent is started via .xinitrc: export GPG_TTY=$(tty) if [ -z `pgrep gpg-agent` ]; then eval $(gpg-agent --daemon --write-env-file "${HOME}/.gpg-agent-info" \ --log-file "${HOME}/.gnupg/gpg-agen