summaryrefslogtreecommitdiff
path: root/.gnupg/gpg-agent.conf
blob: f814c5153671048ee6af580f9ec0b88dbdfe9461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#no-grab

# needed since the GTK pinentry doesn't work with SCIM and -qt4
# doesn't work with gpg-agent
# pinentry-program /usr/bin/pinentry-qt

# long caching due to usage of GPG and SSH keys by git-annex, and I am
# good at locking my screen
#default-cache-ttl 7200
#default-cache-ttl-ssh 7200

# needed for current duplicity
allow-loopback-pinentry

# if this is here then /etc/Xsession.d/90gpg-agent exports the env var
# so that we have an ssh agent
enable-ssh-support

#log-file /tmp/gpg-agent.log