summaryrefslogtreecommitdiff
path: root/gpg-agent.org
diff options
context:
space:
mode:
authorfpi2020-06-08 19:57:11 +0200
committerfpi2020-06-08 19:57:48 +0200
commit2397c8941dee65403bd826f4d443f8dcdff33b51 (patch)
treedb1b172956ba88f24cff1423f02430b197620d2d /gpg-agent.org
parentUpdate symlinks (diff)
Set a default ttl and decrease max ttl
Diffstat (limited to '')
-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