mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:05:00 +01:00
Add ssh-agent service
This commit is contained in:
parent
fd3932e331
commit
f8f8b7b092
|
@ -0,0 +1 @@
|
|||
/home/warren/.config/systemd/user/ssh-agent.service
|
12
ssh-agent/.config/systemd/user/ssh-agent.service
Normal file
12
ssh-agent/.config/systemd/user/ssh-agent.service
Normal file
|
@ -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
|
Loading…
Reference in a new issue