diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-10 09:59:27 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-10 09:59:27 +0100 |
commit | 9aa714d085f1ebdc578d0726f31828e3190e5f7a (patch) | |
tree | 13cc0978101a81a26c445e672ce7d2b55dbb52d0 | |
parent | 1213f9d4f10444f4b95eb6a6767c33fb82bfa044 (diff) |
added gpg-agent.conf
-rw-r--r-- | gpg-agent.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gpg-agent.conf b/gpg-agent.conf new file mode 100644 index 0000000..007757f --- /dev/null +++ b/gpg-agent.conf @@ -0,0 +1,18 @@ +# https://github.com/drduh/config/blob/master/gpg-agent.conf +# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html +# +# THIS SHOULD GO INTO .gnupg directory + +#enable-ssh-support +default-cache-ttl 3600 +max-cache-ttl 3600 +#pinentry-program /usr/local/bin/pinentry +pinentry-program /usr/local/bin/pinentry-dmenu +pinentry-timeout 600 +log-file $HOME/.gnupg/gpg-agent.log +verbose +debug ipc +debug-pinentry +#pinentry-program /usr/bin/pinentry-tty +#pinentry-program /usr/bin/pinentry-x11 +#pinentry-program /usr/bin/pinentry-curses |