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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -