diff options
Diffstat (limited to '')
| -rw-r--r-- | .gnupg/gpg-agent.conf | 5 | ||||
| -rw-r--r-- | .gnupg/gpg.conf | 1 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4905b0e..0460fc8 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,5 +1,5 @@ -# default-cache-ttl 10000000 -# max-cache-ttl 10000000 +default-cache-ttl 10000000 +max-cache-ttl 10000000  # default-cache-ttl-ssh 43200  # max-cache-ttl-ssh 86400 @@ -8,3 +8,4 @@  # pinentry-program /usr/bin/pinentry-gtk-2  allow-emacs-pinentry  allow-loopback-pinentry +# pinentry-program /home/bandali/usr/dl/pinentry-emacs diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf deleted file mode 100644 index 065d80c..0000000 --- a/.gnupg/gpg.conf +++ /dev/null @@ -1 +0,0 @@ -pinentry-mode loopback  | 
