From 3d02d9f41d2d9ca3127617dff8bb1b98e9f2a108 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 18 Feb 2023 22:40:28 +0100 Subject: [PATCH] Still gpg-agent not remembering key for signing commits --- .gnupg/gpg-agent.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4bc9122..242e10e 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1 +1,3 @@ -enable-ssh-support \ No newline at end of file +enable-ssh-support +default-cache-ttl 3600 +max-cache-ttl 3600