From da494d9d9a642792f73ea47480bcdecd79a3c7c5 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 18 Feb 2010 04:16:08 +0100 Subject: gnupg: rewrite configuration files --- gnupg/gpg-agent.conf | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'gnupg/gpg-agent.conf') diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index f74ef93..967eee7 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,15 +1,28 @@ -# anrxc' options for GnuPG Agent +#-*- coding: utf-8 -*- +# +# anrxc's gpg-agent.conf for GnuPG Agent 2.0.14 on Arch GNU/Linux -# Do not grab the keyboard + +# Keyboard control #no-grab -# Write the environment file + +# Environment file write-env-file /home/anrxc/.gnupg/gpg-agent.info + +# Cache control +#ignore-cache-for-signing + # Cache settings max-cache-ttl 7200 -default-cache-ttl 7200 max-cache-ttl-ssh 7200 +default-cache-ttl 7200 default-cache-ttl-ssh 7200 -# Preferred PIN entry program + +# PIN entry program +#pinentry-program /usr/bin/pinentry-curses +#pinentry-program /usr/bin/pinentry-qt4 pinentry-program /usr/bin/pinentry-gtk-2 -# I have no use for the SmartCard daemon + +# SmartCard daemon +#scdaemon-program /usr/bin/scdaemon disable-scdaemon -- cgit v1.2.3