On Wednesday 06 May 2009, Steven W. Orr wrote: > I'm running Fedora 10 (if anyone cares) with > gnupg2-2.0.10-1.fc10.i386. > > I'm up and rolling, but I'd like to know more about configuring the > agent. I started the agent via the recommended incantation: > > eval "$(gpg-agent --daemon)" > > in my ~/.kde/AutoStart
AFAIK, this should be ~/.kde/env, so that the environment variable set by gpg-agent is available to everything running in the X session. FWIW, I have killall gpg-agent 2>/dev/null eval "$(gpg-agent --daemon --default-cache-ttl 36000)" in ~/.kde/env/start-gpg-agent.sh. > and I set > > use-agent > > in my ~/.gnupg/gpg.conf > > I'm not seeing a place that defines what the default values are for > the gpg-agent. I wanted to change the default TTL for a passphrase so > I said > > default-cache-ttl 6000 See my example above. Regards, Ingo
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
