How do I get openssh to save my ssh identity permanently in Xfce?
- by Alliswell
How do I change it to save my identity permanently using Xfce? During my login session after I have entered:
$ ssh-add
Then identity is saved and I can connect via ssh without getting the dreaded:
Enter passphrase for key
However, once I logout and login back-in I get the following when running:
$ ssh-add -L
The agent has no identities.
$…