Hi,
I’m using key authentication for most of my ssh logins. Since passphrases are phrases and not words it’s cumbersome to type them frequently.
I’m on openSUSE 12.1 using XFCE as DE. However, when I had installed SUSE it was setup to use KDE 4 only later I switched to XFCE.
My problem: I use ssh-add
to make the agent remember my keys, so that I don’t have to type the passphrase everytime I want to login somewhere. But, whenever I reboot the agents forgets about my keys. Hence, I need to call ssh-add
everytime I reboot my computer. The keys are placed in ~/.ssh/
. As I recall from when I was using Ubuntu, gnome-keyring should be able to act as a ssh-agent and remember the keys even after reboot. At least on Ubuntu I had to type my passphrase only once and never ever again.
My question: How to setup ssh-agent and gnome-keyring on XFCE so it will remember my keys after reboot? Or, is there another way to get such behaviour on XFCE?