ssh fixings
This commit is contained in:
parent
d9039fa3f6
commit
a941385823
5 changed files with 18 additions and 8 deletions
.config/systemd/user
14
.config/systemd/user/ssh-agent.service
Normal file
14
.config/systemd/user/ssh-agent.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=WAYLAND_DISPLAY=wayland-0
|
||||
Environment=SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue