summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gnupg/gpg-agent.conf2
-rwxr-xr-xgnupg/scdaemon.conf2
-rw-r--r--install.conf.yaml8
4 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7bf7841..2bf0e21 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ Configs
- [wsl2-ssh-pageant](ssh/wsl2-ssh-pageant.exe) - connects SSH/GPG sockets between WSL2 and Windows
- [gnupg/](gnupg) - GnuPG (GPG) related files
- [gpg.conf](gnupg/gpg.conf) - GPG configuration
+ - [gpg-agent.conf](gnupg/gpg-agent.conf) - GPG-Agent configuration
+ - [scdaemon.conf](gnupg/scdaemon.conf) - GPG smartcard daemon configuration
Submodules
----------
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
diff --git a/install.conf.yaml b/install.conf.yaml
index 7473225..321d382 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -14,5 +14,9 @@
~/.zshrc:
~/.p10k.zsh:
~/.gitconfig:
- ~/.ssh/config: "ssh/config"
- ~/.gnupg/gpg.conf: "gnupg/gpg.conf" \ No newline at end of file
+ ~/.ssh/:
+ glob: true
+ path: ssh/*
+ ~/.gnupg/:
+ glob: true
+ path: gnupg/* \ No newline at end of file