From dee02a8bf47c0c9a7c4b7f3d3ff32bb4712ccebe Mon Sep 17 00:00:00 2001 From: DustVoice Date: Fri, 4 Sep 2020 17:25:27 +0200 Subject: [PATCH] Reduce the ttl values for gpg-agent --- .gnupg/gpg-agent.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 8af80f5..4b87bcc 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,8 +1,8 @@ # allow-loopback-pinentry # pinentry-program /usr/bin/pinentry-curses # no-grab -default-cache-ttl 600 -default-cache-ttl-ssh 600 -max-cache-ttl 3600 -max-cache-ttl-ssh 3600 +default-cache-ttl 300 +default-cache-ttl-ssh 300 +max-cache-ttl 1200 +max-cache-ttl-ssh 1200 enable-ssh-support