diff options
author | mail_redacted_for_web | 2025-06-28 12:55:11 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-28 12:55:11 +0200 |
commit | 594750cd580601b6bfc92627dc51ce0a1346a3de (patch) | |
tree | f0b9b3311959a75b39a970ffe459d8562e00c78e /.gnupg | |
parent | db5fe94f2bb744fff0e3b19c9580bbdacce4eacb (diff) | |
download | dotfiles-594750cd580601b6bfc92627dc51ce0a1346a3de.tar.bz2 |
confused ttl and pinentry for a moment, now we have bothtesting
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 1ec6b4b..b5bd82d 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,14 +1,14 @@ ignore-cache-for-signing #pinentry-program /usr/bin/pinentry-gtk-2 pinentry-program /usr/bin/pinentry-curses -pinentry-timeout 5 +pinentry-timeout 15 allow-loopback-pinentry allow-preset-passphrase disable-scdaemon -#max-cache-ttl 900 -#default-cache-ttl 900 enable-ssh-support extra-socket /run/user/21337/gnupg/S.gpg-agent-extra # programs like gnome-keyring would define their own values like # pin timeout. That's going hydra/snowflake - disallow: no-allow-external-cache +default-cache-ttl 5 +max-cache-ttl 5 |