diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-07 15:12:18 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:20:00 -0400 |
commit | 51ce5b78fc74294cd87c0dd31613b962e05d0a00 (patch) | |
tree | eb18e22f12c0e685010c553bc867fc686f9dee30 | |
parent | e2640242fea89ec1057f3259139df59ebc6aa37b (diff) | |
download | configs-51ce5b78fc74294cd87c0dd31613b962e05d0a00.tar.gz configs-51ce5b78fc74294cd87c0dd31613b962e05d0a00.tar.xz configs-51ce5b78fc74294cd87c0dd31613b962e05d0a00.zip |
Revert recent GnuPG experiments.
Needs some more work, ideally also in Emacs itself, for this to be
nicely usable.
-rw-r--r-- | .gnupg/gpg-agent.conf | 5 | ||||
-rw-r--r-- | .gnupg/gpg.conf | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4905b0e..0460fc8 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,5 +1,5 @@ -# default-cache-ttl 10000000 -# max-cache-ttl 10000000 +default-cache-ttl 10000000 +max-cache-ttl 10000000 # default-cache-ttl-ssh 43200 # max-cache-ttl-ssh 86400 @@ -8,3 +8,4 @@ # pinentry-program /usr/bin/pinentry-gtk-2 allow-emacs-pinentry allow-loopback-pinentry +# pinentry-program /home/bandali/usr/dl/pinentry-emacs diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf deleted file mode 100644 index 065d80c..0000000 --- a/.gnupg/gpg.conf +++ /dev/null @@ -1 +0,0 @@ -pinentry-mode loopback |