[Pgp-tools-commit] r80 - trunk/caff

Christoph Berg myon-guest at costa.debian.org
Sun Jun 26 23:36:01 UTC 2005


Author: myon-guest
Date: 2005-06-26 23:36:00 +0000 (Sun, 26 Jun 2005)
New Revision: 80

Added:
   trunk/caff/README.gpg-agent
Log:
running caff with gpg-agent


Added: trunk/caff/README.gpg-agent
===================================================================
--- trunk/caff/README.gpg-agent	2005-06-26 23:10:19 UTC (rev 79)
+++ trunk/caff/README.gpg-agent	2005-06-26 23:36:00 UTC (rev 80)
@@ -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 at df7cb.de>  Mon, 27 Jun 2005 01:31:27 +0200
+





More information about the Pgp-tools-commit mailing list