Files
dotfiles/gnupg/gpg-agent.conf.j2

15 lines
251 B
Plaintext
Raw Permalink Normal View History

2019-04-14 11:54:29 +02:00
default-cache-ttl 60480000
default-cache-ttl-ssh 60480000
2016-03-08 00:00:46 +01:00
2017-08-05 18:40:27 +02:00
max-cache-ttl 34560000
max-cache-ttl-ssh 34560000
2016-03-08 00:00:46 +01:00
2021-01-30 21:06:45 +01:00
{% if user.gpg_agent_for_ssh %}
2016-03-08 00:00:46 +01:00
enable-ssh-support
2021-01-30 21:06:45 +01:00
{% endif %}
2016-03-08 00:00:46 +01:00
2021-01-06 00:34:16 +01:00
pinentry-program /usr/bin/pinentry-qt
2024-05-04 21:22:11 +02:00
extra-socket none
browser-socket none