From 616ac3817ee265d9a283560e4fa9c988cac7ec01 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 3 Apr 2021 01:06:59 +0200 Subject: Lower ttl cache for ssh --- .gnupg/gpg-agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4798076..6993c89 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,6 +1,6 @@ pinentry-program /usr/local/bin/pinentry-tty default-cache-ttl 3600 default-cache-ttl-ssh 3600 -max-cache-ttl 7200 -max-cache-ttl-ssh 7200 +max-cache-ttl 3600 +max-cache-ttl-ssh 3600 enable-ssh-support -- cgit v1.2.3