From 6342e8ab89db38bb8bc18382b2690ca69f6a63b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 5 Aug 2017 18:40:27 +0200 Subject: [PATCH] Set expiry time to forever --- 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 5456a94..0fbdacf 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,8 +1,8 @@ default-cache-ttl 86400 default-cache-ttl-ssh 86400 -max-cache-ttl 86400 -max-cache-ttl-ssh 86400 +max-cache-ttl 34560000 +max-cache-ttl-ssh 34560000 enable-ssh-support