From 86228b5504483e370999fe1c6bfd15cfe911a98a Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 13 Nov 2018 13:11:25 +0200 Subject: [PATCH] add gpg config --- .gnupg/scdaemon.conf | 5 +++++ .pam_environment | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .gnupg/scdaemon.conf create mode 100644 .pam_environment diff --git a/.gnupg/scdaemon.conf b/.gnupg/scdaemon.conf new file mode 100644 index 0000000..c9e9f33 --- /dev/null +++ b/.gnupg/scdaemon.conf @@ -0,0 +1,5 @@ +pcsc-driver /usr/lib/libpcsclite.so +card-timeout 5 +disable-ccid +shared-access + diff --git a/.pam_environment b/.pam_environment new file mode 100644 index 0000000..b55fba7 --- /dev/null +++ b/.pam_environment @@ -0,0 +1,2 @@ +SSH_AGENT_PID DEFAULT= +SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"