summaryrefslogtreecommitdiff
path: root/.gnupg
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-19 19:10:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-08-19 19:10:14 -0700
commitbfe6f837456c27dbdc5f9deb06df77d6dae767c7 (patch)
tree966e5749e5173c7bc6bcbb74f643f0b7d08ee966 /.gnupg
parent8ea303df2c0ab0ae22cc868f71d802a793b5c88a (diff)
downloaddotfiles-bfe6f837456c27dbdc5f9deb06df77d6dae767c7.tar.gz
gpg config for duplicity
Diffstat (limited to '.gnupg')
-rw-r--r--.gnupg/gpg-agent.conf3
-rw-r--r--.gnupg/gpg.conf3
2 files changed, 5 insertions, 1 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index 3c41b9b6..f81afaa1 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -8,3 +8,6 @@
# good at locking my screen
#default-cache-ttl 7200
#default-cache-ttl-ssh 7200
+
+# needed for current duplicity
+allow-loopback-pinentry
diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf
index 7c74543a..d215a95e 100644
--- a/.gnupg/gpg.conf
+++ b/.gnupg/gpg.conf
@@ -6,7 +6,8 @@ keyserver hkps://hkps.pool.sks-keyservers.net
keyserver-options no-honor-keyserver-url
#keyserver-options no-try-dns-srv
keyserver-options include-revoked
-use-agent
+# not needed with gpg 2.1 and can break duplicity
+#use-agent
verify-options show-primary-uid-only
keyid-format 0xlong
with-fingerprint