From c970f1891ec695011a562739d7a349e583a0ac31 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 May 2022 15:49:57 +0200 Subject: gpg-agent: Add ssh-agent support .gnupg/gpg-agent.conf: Enable ssh-agent support in gpg-agent --- .gnupg/gpg-agent.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gnupg') diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index c478fc2..cfe8984 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -6,3 +6,6 @@ allow-loopback-pinentry # set the time a chace entry is valid to 20minutes default-cache-ttl 1200 + +# ssh support +enable-ssh-support -- cgit v1.2.3-54-g00ecf