summaryrefslogtreecommitdiffstats
path: root/.pam_environment
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-02-02 16:02:12 +0100
committerTharre <tharre3@gmail.com>2018-02-02 16:55:02 +0100
commit23a777d5f9dfc5572edb75c21737aca44c01aefa (patch)
tree0e1c83ef0718d9c853ec6ed2f7323e55b57eb07e /.pam_environment
parentd453b2879431d32101c0761e97738845730f64fc (diff)
downloaddotfiles-23a777d5f9dfc5572edb75c21737aca44c01aefa.tar.gz
dotfiles-23a777d5f9dfc5572edb75c21737aca44c01aefa.tar.xz
dotfiles-23a777d5f9dfc5572edb75c21737aca44c01aefa.zip
gnupg: properly setup gpg-agent as ssh-agent
Diffstat (limited to '.pam_environment')
-rw-r--r--.pam_environment3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pam_environment b/.pam_environment
new file mode 100644
index 0000000..0a840fa
--- /dev/null
+++ b/.pam_environment
@@ -0,0 +1,3 @@
+SSH_AGENT_PID DEFAULT=
+SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
+GSM_SKIP_SSH_AGENT_WORKAROUND DEFAULT="true"