2023-10-10 20:23:21 -05:00
|
|
|
# https://github.com/drduh/config/blob/master/gpg-agent.conf
|
|
|
|
# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html
|
|
|
|
enable-ssh-support
|
|
|
|
ttyname $GPG_TTY
|
|
|
|
default-cache-ttl 60
|
|
|
|
max-cache-ttl 120
|
|
|
|
#pinentry-program /usr/bin/pinentry-curses
|
|
|
|
#pinentry-program /usr/bin/pinentry-tty
|
|
|
|
#pinentry-program /usr/bin/pinentry-gtk-2
|
|
|
|
#pinentry-program /usr/bin/pinentry-x11
|
2023-10-15 19:24:07 -05:00
|
|
|
#pinentry-program /usr/bin/pinentry-qt
|
2023-10-10 20:23:21 -05:00
|
|
|
#pinentry-program /usr/local/bin/pinentry-curses
|
|
|
|
#pinentry-program /usr/local/bin/pinentry-mac
|
|
|
|
#pinentry-program /opt/homebrew/bin/pinentry-mac
|
2024-01-10 23:19:19 -06:00
|
|
|
pinentry-program /usr/bin/pinentry-gnome3
|