summaryrefslogtreecommitdiff
path: root/gpg-agent.org
diff options
context:
space:
mode:
Diffstat (limited to 'gpg-agent.org')
-rw-r--r--gpg-agent.org19
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