Add a changelog
[pgp-tools.git] / caff / README.gpg-agent
1 Running caff with gpg-agent
2 ---------------------------
3
4 gpg-agent is part of GnuPG 2 (aka 1.9), but runs also with gpg 1.x binaries.
5
6 0. Debian users apt-get install gnupg-agent and one of the pinentry-* packages.
7
8 1. Put "use-agent" in ~/.caff/gnupghome/gpg.conf.
9
10 2. Optionally edit ~/.gnupg/gpg-agent.conf, e.g.:
11 default-cache-ttl 600
12 pinentry-program /usr/bin/pinentry-gtk-2
13
14 2. Start the agent:
15 $ eval `gpg-agent --daemon`
16
17 3. Run caff.
18
19 -- Christoph Berg <cb@df7cb.de> Mon, 27 Jun 2005 01:31:27 +0200
20