running caff with gpg-agent
authormyon-guest <myon-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sun, 26 Jun 2005 23:36:00 +0000 (23:36 +0000)
committermyon-guest <myon-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sun, 26 Jun 2005 23:36:00 +0000 (23:36 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@80 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/README.gpg-agent [new file with mode: 0644]

diff --git a/caff/README.gpg-agent b/caff/README.gpg-agent
new file mode 100644 (file)
index 0000000..1787526
--- /dev/null
@@ -0,0 +1,20 @@
+Running caff with gpg-agent
+---------------------------
+
+gpg-agent is part of GnuPG 2 (aka 1.9), but runs also with gpg 1.x binaries.
+
+0. Debian users apt-get install gnupg-agent and one of the pinentry-* packages.
+
+1. Put "use-agent" in ~/.caff/gnupghome/gpg.conf.
+
+2. Optionally edit ~/.gnupg/gpg-agent.conf, e.g.:
+   default-cache-ttl 600
+   pinentry-program /usr/bin/pinentry-gtk-2
+
+2. Start the agent:
+   $ eval `gpg-agent --daemon`
+
+3. Run caff.
+
+ -- Christoph Berg <cb@df7cb.de>  Mon, 27 Jun 2005 01:31:27 +0200
+