diff --git a/arch-config/.config/systemd/user/ssh-agent.service b/arch-config/.config/systemd/user/ssh-agent.service new file mode 100644 index 00000000..94284103 --- /dev/null +++ b/arch-config/.config/systemd/user/ssh-agent.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSH key agent + +[Service] +Type=simple +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target