How do you make Seahorse (Gnome Keyring) store passwords for ssh keys in?

7,982

Solution 1

Problem solved, needed to add the key to be used for each particular machine.

Can do this by going to,

Gnome Keyring -> My Personal Keys -> Right click on key -> Configure key for secure shell

Solution 2

You can also use ssh-add to add the key to the keyring. (This one worked for me whereas the "Configure key..." did not.)

Solution 3

Use an ssh-agent that remembers your ssh passwords, e.g. https://wiki.gnome.org/Projects/GnomeKeyring/Ssh

Share:
7,982

Related videos on Youtube

Heril Muratovic
Author by

Heril Muratovic

Updated on September 18, 2022

Comments

  • Heril Muratovic
    Heril Muratovic almost 2 years

    I'm trying to get Seahorse to remember the password for an existing RSA key I've copied across from another computer.

    When I use the key rather than Gnome Keyring prompting me for the password and storing it on the keyring I have to enter the password in terminal and the password isn't remembered?

    How do I use Seahorse to save my SSH key password?

  • slm
    slm over 9 years
    Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.