Hi !
For my github connection, I generated a ssh key, in ~/.ssh/id_rsa.pub When I run a ssh command, the console ask me the passphrase of the key. This is normal, but I do not want to type it all the time!
I have created a ssh-agent, but I have to do it again every time I log on to the console.
Is there any way to save my passphrase or am I doomed to type it every time I want to connect to my git repo? :p
Thank you in advance and sorry for my bad english, I'm french!