- Package:
- openssh-client
- Source:
- openssh-client
- Description:
- secure shell (SSH) client, for secure access to remote machines
- Submitter:
- Jörg Sommer
- Date:
- 2023-05-18 08:00:03 UTC
- Severity:
- normal
Hi, when I add a key with `ssh-add -c id_rsa` to the agent, it doesn't prompt me on usage of key but rejects it. I had to set the environment variable in the systemd service. This affects X and Wayland/Gnome. ```ini [Service] Environment=DISPLAY=:0 ``` Regards Jörg