From 64d0ead1179170920e5ee15cadb3f0517a507d8c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 31 Aug 2022 22:39:59 +0100 Subject: [PATCH] gnupg: allow preset passphrases fol pam_gnupg pam_gnupg passes the passphrase to the gpg agent, this option is needed to allow it. --- gnupg/gpg-agent.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index 37bd324..b972346 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -2,3 +2,5 @@ pinentry-program /usr/local/bin/pinentry keep-display default-cache-ttl 600 max-cache-ttl 7200 +# for pam_gnupg +allow-preset-passphrase -- 2.48.1