Anleitung aus: https://stackoverflow.com/questions/18880024/start-ssh-agent-on-login
- Datei
~/.config/systemd/user/ssh-agent.service
mit folgendem Inhalt anlegen:
[Unit]
Description=SSH key agent
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket