diff options
author | fpi | 2020-06-08 19:57:11 +0200 |
---|---|---|
committer | fpi | 2020-06-08 19:57:48 +0200 |
commit | 2397c8941dee65403bd826f4d443f8dcdff33b51 (patch) | |
tree | db1b172956ba88f24cff1423f02430b197620d2d | |
parent | Update symlinks (diff) |
Set a default ttl and decrease max ttl
-rw-r--r-- | gpg-agent.org | 6 |
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 |