diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-14 16:52:38 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-14 16:52:38 +0200 |
commit | 61a8ff67a7e96472a32aa03053dd7c3b9bade9f4 (patch) | |
tree | fa5d7992b05fc07e55bf7de5f089029e601764cb | |
parent | a9405831555101c3d55edf1b54a97c3b13c81d0f (diff) | |
download | dotfiles-61a8ff67a7e96472a32aa03053dd7c3b9bade9f4.tar.xz |
gpg-agent: Use pinentry-curses
-rw-r--r-- | gnupg/gpg-agent.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index e174377..55a4b3d 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -9,4 +9,5 @@ max-cache-ttl 3000 # GPGConf edited this configuration file. # It will disable options before this marked block, but it will # never change anything below these lines. -pinentry-program /usr/bin/pinentry-qt4 +#pinentry-program /usr/bin/pinentry-qt4 +pinentry-program /usr/bin/pinentry-curses |