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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -