User avatar
kitten @kitten@elizabeth.cat
1w
@lunareclipse not sure if I'm missing something, but I think I just have

this in
.config/autostart/ssh-add.desktop:
[Desktop Entry]
Exec=ssh-add -q /home/elizabeth/.ssh/id_ed25519
Name=ssh-add
Type=Application



this in
.config/environment.d/ssh-agent.conf:
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
SSH_ASKPASS=/usr/bin/ksshaskpass
SSH_ASKPASS_REQUIRE=prefer



and enable
systemctl --user enable ssh-agent

and have ksshaskpass installed of course