created ssh-agent user systemd unit
ssh-agent is now a user systemd unit and added ./ssh/config to dotfiles
This commit is contained in:
1
.config/systemd/user/default.target.wants/ssh-agent.service
Symbolic link
1
.config/systemd/user/default.target.wants/ssh-agent.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/jonas/.config/systemd/user/ssh-agent.service
|
10
.config/systemd/user/ssh-agent.service
Normal file
10
.config/systemd/user/ssh-agent.service
Normal file
@@ -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
|
Reference in New Issue
Block a user