summaryrefslogtreecommitdiffstatshomepage
path: root/gnupg
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-27 17:47:23 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-27 17:47:23 -0500
commita1c6bf79aede8603910e6b5aedc875c2596e0d66 (patch)
tree8659bb958948db3b935831239cd13dd8253d3787 /gnupg
parent4ee30803a83a5794b1eb11960da110b2e9cffe0c (diff)
feat: added more gpg configs
Diffstat (limited to 'gnupg')
-rw-r--r--gnupg/gpg-agent.conf2
-rwxr-xr-xgnupg/scdaemon.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf
new file mode 100644
index 0000000..52034d5
--- /dev/null
+++ b/gnupg/gpg-agent.conf
@@ -0,0 +1,2 @@
+enable-ssh-support
+enable-putty-support \ No newline at end of file
diff --git a/gnupg/scdaemon.conf b/gnupg/scdaemon.conf
new file mode 100755
index 0000000..dbdae90
--- /dev/null
+++ b/gnupg/scdaemon.conf
@@ -0,0 +1,2 @@
+reader-port Yubico YubiKey OTP+FIDO+CCID 0
+card-timeout 1 \ No newline at end of file