diff --git a/gnupg/.config/systemd/user/gpg-agent.service b/gnupg/.config/systemd/user/gpg-agent.service new file mode 100644 index 0000000..98e875a --- /dev/null +++ b/gnupg/.config/systemd/user/gpg-agent.service @@ -0,0 +1,11 @@ +[Unit] +Description=GnuPG private key agent +IgnoreOnIsolate=true + +[Service] +Type=forking +ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support +Restart=on-abort + +[Install] +WantedBy=default.target diff --git a/gnupg/.gnupg/scdaemon.conf b/gnupg/.gnupg/scdaemon.conf new file mode 100644 index 0000000..3786827 --- /dev/null +++ b/gnupg/.gnupg/scdaemon.conf @@ -0,0 +1 @@ +reader-port "Yubico Yubikey NEO OTP+CCID 01 00"