diff options
author | Alex Scerba <alex@scerba.org> | 2024-07-25 21:03:03 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-07-25 21:03:03 -0400 |
commit | 07b79f2bacc53ca4f8deb7389797420d198a9e6c (patch) | |
tree | c62210479ee3417327ec94b050130a856c8204e0 /.gnupg | |
parent | fd48e6897602ff8dfa49ee39e31345a223ac14b9 (diff) |
GPG: Add starter gpg files for Ubikey
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 1 | ||||
-rw-r--r-- | .gnupg/gpg.conf | 1 | ||||
-rw-r--r-- | .gnupg/scdaemon.conf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..cb5a0da --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1 @@ +pinentry-program /usr/bin/pinentry-gtk diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf new file mode 100644 index 0000000..d53cb13 --- /dev/null +++ b/.gnupg/gpg.conf @@ -0,0 +1 @@ +use-agent diff --git a/.gnupg/scdaemon.conf b/.gnupg/scdaemon.conf new file mode 100644 index 0000000..eb818dd --- /dev/null +++ b/.gnupg/scdaemon.conf @@ -0,0 +1 @@ +disable-ccid |