From 1c9900419e33e72716378a66aeb076dc0f1681d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Mon, 24 Jun 2024 13:23:06 +0200 Subject: [PATCH] Also increase SSH passphrase timeout --- .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 5f0503c..c484c84 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -14,7 +14,7 @@ enable-ssh-support pinentry-program /home/USER/.gnupg/pinentry-auto.sh # 3 Hours cache on SSH-keys -default-cache-ttl-ssh 10800 -max-cache-ttl-ssh 10800 +default-cache-ttl-ssh 21600 +max-cache-ttl-ssh 21600 log-file /home/USER/.cache/gpg-agent.log -- GitLab