dotfiles/gnupg/.local/share/gnupg/gpg-agent.conf
2025-10-05 18:00:36 -04:00

11 lines
373 B
Text

pinentry-program /usr/bin/pinentry-curses
# Enable OpenSSH Agent (ssh-agent) protocol support.
enable-ssh-support
# Set number of seconds for which cache entries are valid.
default-cache-ttl 99999900 # 5 minutes.
default-cache-ttl-ssh 99999900 # 5 minutes.
max-cache-ttl 99999900 # 15 minutes.
max-cache-ttl-ssh 99999900 # 15 minutes.
#1800