From d0696001902ed3fef790b3e2a50c9ede71d7a887 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 13 Jan 2020 15:24:55 +0100 Subject: Add gpg-agent configuration --- gpg-agent.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gpg-agent.org 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 -- cgit v1.2.3