From 81558a4cd24c9020ef8202e856712381f0028b81 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 01:15:14 +0100 Subject: ssh-agent.service is now preinstalled with OpenSSH --- .config/systemd/user/default.target.wants/ssh-agent.service | 2 +- .config/systemd/user/ssh-agent.service | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .config/systemd/user/ssh-agent.service diff --git a/.config/systemd/user/default.target.wants/ssh-agent.service b/.config/systemd/user/default.target.wants/ssh-agent.service index 8124097..b23e266 120000 --- a/.config/systemd/user/default.target.wants/ssh-agent.service +++ b/.config/systemd/user/default.target.wants/ssh-agent.service @@ -1 +1 @@ -/home/justin/.config/systemd/user/ssh-agent.service \ No newline at end of file +/usr/lib/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service deleted file mode 100644 index 5c59cbf..0000000 --- a/.config/systemd/user/ssh-agent.service +++ /dev/null @@ -1,12 +0,0 @@ -[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 v1.2.3-54-g00ecf