12 lines
322 B
Plaintext
12 lines
322 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 60
|
|
max-cache-ttl 120
|
|
|
|
# allow-loopback-pinentry
|
|
# pinentry-program /usr/bin/pinentry-tty
|
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|