You are not logged in.
Hi,
After some months away from BunsenLabs, I've installed Beryllium in the last few days and I'm having an issue with my SSH keys : after each startup, I have to run ssh-add...
I've seen some old posts mentioning gnome-keyring-daemon but it isn't activated on startup (as shown by bl-xdg-autostart --list).
Is there a way to avoid to run ssh-add each time I start BunsenLabs ?
Thanks in advance !
Last edited by bricebou (2022-12-30 07:47:24)
Offline
Yes indeed, put this in ~/.ssh/config:
AddKeysToAgent yes
You will be asked for the passphrase of your ssh key the first time you use it in that session, but not after that.
gnome-keyring-daemon is not xdg auto-started as you found (excluded by entries in the .desktop file) but is started instead in ~/.config/bunsen/environment with components pkcs11,secrets
BUT gnome-keyring-daemon is not needed for ssh: ssh-agent is started automatically when needed.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Again, thanks a lot johnraff for the quick response and its details :-)
Have a nice day !
Offline