diff options
author | mail_redacted_for_web | 2025-06-28 12:53:14 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-28 12:53:14 +0200 |
commit | db5fe94f2bb744fff0e3b19c9580bbdacce4eacb (patch) | |
tree | 19ba83a898097d1a622eb5d183ba670a4a247f8a | |
parent | 05b89ed9e7dd7abdfa65a06f24c4bad6ee107456 (diff) | |
download | dotfiles-db5fe94f2bb744fff0e3b19c9580bbdacce4eacb.tar.bz2 |
define pinentry timeout - short grace period for e.g. signing multiple git commits
-rw-r--r-- | .gnupg/gpg-agent.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 65d247c..1ec6b4b 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,6 +1,7 @@ ignore-cache-for-signing #pinentry-program /usr/bin/pinentry-gtk-2 pinentry-program /usr/bin/pinentry-curses +pinentry-timeout 5 allow-loopback-pinentry allow-preset-passphrase disable-scdaemon |