From 2397c8941dee65403bd826f4d443f8dcdff33b51 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 8 Jun 2020 19:57:11 +0200 Subject: Set a default ttl and decrease max ttl --- gpg-agent.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gpg-agent.org') 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 -- cgit v1.2.3