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

6,755

Solution 1

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 :)

Solution 2

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

Share:
6,755

Related videos on Youtube

ko1Rn
Author by

ko1Rn

Christian, php-developer, linux user.

Updated on September 18, 2022

Comments

  • ko1Rn
    ko1Rn over 1 year

    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?

  • don bright
    don bright almost 6 years
    that link has a bad accepted answer, but the correct answer is down further on the page.