From f4945e0e12e529182f362dfe417455148ae58e51 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 1 Oct 2020 17:57:30 -0700 Subject: [desktop] more configuration files for linux Add configuration for the ssh-agent, pam and XDG. --- config/systemd/user/ssh-agent.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/systemd/user/ssh-agent.service (limited to 'config/systemd/user/ssh-agent.service') diff --git a/config/systemd/user/ssh-agent.service b/config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..5c59cbf --- /dev/null +++ b/config/systemd/user/ssh-agent.service @@ -0,0 +1,12 @@ +[Unit] +Description=SSH key agent + +[Service] +Type=simple +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +# DISPLAY required for ssh-askpass to work +Environment=DISPLAY=:0 +ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target -- cgit 1.4.1