|
|
@@ -0,0 +1,19 @@ |
|
|
|
# File: ~/.gnupg/gpg-agent.conf |
|
|
|
# Author: Collin J. Doering <rekahsoft@gmail.com> |
|
|
|
# Date: Dec 15, 2010 |
|
|
|
# Description: |
|
|
|
|
|
|
|
# Cache settings |
|
|
|
default-cache-ttl 10800 |
|
|
|
default-cache-ttl-ssh 10800 |
|
|
|
|
|
|
|
# Environment file |
|
|
|
write-env-file /home/collin/.gnupg/gpg-agent.info |
|
|
|
|
|
|
|
# Keyboard control |
|
|
|
#no-grab |
|
|
|
|
|
|
|
# PIN entry program |
|
|
|
#pinentry-program /usr/bin/pinentry-curses |
|
|
|
#pinentry-program /usr/bin/pinentry-qt4 |
|
|
|
pinentry-program /usr/bin/pinentry-gtk-2 |