dotfiles/.gnupg/gpg-agent.conf
Andrei Jiroh Halili 847b847c79
Iron out gpg and gpg-agent config, among other things
Also in this commit:
* Added handle-pinentry wrapper script to exec right pinentry
  based on environment.
* Add VS Code config for stuff like GitLens settings and recommended
  extensions.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-07-25 02:11:50 +08:00

12 lines
No EOL
325 B
Text

# Cache passphrases for 15m by default up to 3 hours.
default-cache-ttl 900
max-cache-ttl 10800
default-cache-ttl-ssh 900
max-cache-ttl-ssh 10800
# Let's be serious about our password hygenine
min-passphrase-len 12
min-passphrase-nonalpha 3
# Use our bloody pinentry handler for that.
pinentry-program ~/bin/handle-pinentry