diff options
author | fpi | 2020-01-13 15:24:55 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:55:18 +0100 |
commit | d0696001902ed3fef790b3e2a50c9ede71d7a887 (patch) | |
tree | 88f9d52844da1c1b0d0e0558db35ca146b26ea5e | |
parent | Add a .gitignore (diff) |
Add gpg-agent configuration
-rw-r--r-- | gpg-agent.org | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gpg-agent.org b/gpg-agent.org new file mode 100644 index 0000000..70bbeca --- /dev/null +++ b/gpg-agent.org @@ -0,0 +1,19 @@ +#+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org + +#+BEGIN_SRC sh :tangle no :results silent +ln -sf $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf +#+END_SRC + + +#+BEGIN_SRC conf +max-cache-ttl 34560000 +#+END_SRC +* ssh password caching +#+BEGIN_SRC conf +max-cache-ttl-ssh 34560000 +#+END_SRC +* Emacs pinentry +#+BEGIN_SRC conf +allow-emacs-pinentry +allow-loopback-pinentry +#+END_SRC |