how add public key to ssh-agent permanently -
i added existed public key ssh-agent after restarting need run
ssh-add ~/.ssh/id_rsa to add again. there way add permanently?
you can not that. need secure store passphrase , don't have in ssh-agent. storing passphrase in plaintext, downgrade security none (and better removing passphrase completely).
there applications in gnome store passphrase securely encrypted account password (gnome-keyring, seahorse), pure ssh-agent not know that.
Comments
Post a Comment