diff options
author | mail_redacted_for_web | 2022-03-23 13:01:57 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-23 13:01:57 +0100 |
commit | 8420ced3da356c0982d3c5f4f50047cce5445063 (patch) | |
tree | e05c5b216f4a229324f6fbbb6b741bc275d3b9a7 /.gnupg/gpg-agent.conf | |
parent | 8c824b06253b3777e663d6b82b72128c5aff0a22 (diff) | |
download | dotfiles-8420ced3da356c0982d3c5f4f50047cce5445063.tar.bz2 |
+gnupg
Diffstat (limited to '.gnupg/gpg-agent.conf')
-rw-r--r-- | .gnupg/gpg-agent.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..47a7265 --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1,8 @@ +ignore-cache-for-signing +#pinentry-program /usr/bin/pinentry-gtk-2 +pinentry-program /usr/bin/pinentry-curses +allow-loopback-pinentry +allow-preset-passphrase +disable-scdaemon +#max-cache-ttl 900 +#default-cache-ttl 900 |