summaryrefslogtreecommitdiff
path: root/gpg-agent.org
diff options
context:
space:
mode:
Diffstat (limited to 'gpg-agent.org')
-rw-r--r--gpg-agent.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpg-agent.org b/gpg-agent.org
index 02e2d55..75493fa 100644
--- a/gpg-agent.org
+++ b/gpg-agent.org
@@ -7,11 +7,13 @@ ln -siv $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol
#+BEGIN_SRC conf
-max-cache-ttl 34560000
+default-cache-ttl 10800
+max-cache-ttl 172800
#+END_SRC
* ssh password caching
#+BEGIN_SRC conf
-max-cache-ttl-ssh 34560000
+default-cache-ttl-ssh 10800
+max-cache-ttl-ssh 172800
#+END_SRC
* Emacs pinentry
#+BEGIN_SRC conf