summaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/ssh-agent.service')
-rw-r--r--.config/systemd/user/ssh-agent.service12
1 files changed, 12 insertions, 0 deletions
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