12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
# https://github.com/drduh/config/blob/main/gpg-agent.conf
|
|
# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html
|
|
|
|
enable-ssh-support
|
|
ttyname $GPG_TTY
|
|
default-cache-ttl 720
|
|
max-cache-ttl 10080
|
|
|
|
# allow-loopback-pinentry
|
|
# pinentry-program /usr/bin/pinentry-tty
|
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|