remove ssh-agent service (using keychain now)

This commit is contained in:
Anthony Rodriguez 2023-06-07 09:26:41 +02:00
parent cf9c4fb0fd
commit a2e47a9258
No known key found for this signature in database
GPG key ID: 838541960B42C340
3 changed files with 0 additions and 24 deletions

View file

@ -1 +0,0 @@
/home/tony/.config/systemd/user/ssh-agent.service

View file

@ -1,11 +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
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target

View file

@ -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