ssh fixings

This commit is contained in:
Daniel Lundin 2023-06-13 22:57:25 +02:00
parent 8f81473740
commit 2c730982ed
3 changed files with 158 additions and 17 deletions
.config/systemd/user

View file

@ -1,15 +0,0 @@
[Unit]
Description=SSH key agent
[Service]
Type=simple
Restart=on-failure
Environment=DISPLAY=:0
Environment=WAYLAND_DISPLAY=wayland-0
Environment=QT_QPA_PLATFORM=wayland
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