summaryrefslogtreecommitdiff
path: root/gpg-agent.org
blob: 70bbecabac81e745d90dda250165191461144322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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