KDE 4.7.3: how to remember ssh key passphrase in konsole?

I am using latest KDE in Kubuntu 11.10, I have ssh keys added protected by a passphrase which is prompted every time I try to establish ssh connection. In Gnome it would pop up a GUI window where I entered this passphrase once after login, and it never asked for it later on. How can I make KDE remember my passphrase?


if you are using the terminal, then probably this might be a solution for you.

The idea is to add the code they state into your .bashrc. Thus, you will need to input it only once at login, the same way you used to have while under ubuntu.

Hope it works for you :)


Basically, you should use ssh-agent. Use the command ssh-agent bash See here for more information.