You are not logged in.

#1 2022-12-29 16:15:04

bricebou
New Member
Registered: 2022-12-29
Posts: 4

[solved] Beryllium : ssh-add needed after startup

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

#2 2022-12-30 05:03:45

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,654
Website

Re: [solved] Beryllium : ssh-add needed after startup

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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#3 2022-12-30 07:47:05

bricebou
New Member
Registered: 2022-12-29
Posts: 4

Re: [solved] Beryllium : ssh-add needed after startup

Again, thanks a lot johnraff for the quick response and its details :-)

Have a nice day !

Offline

Board footer

Powered by FluxBB