Mot de passe GIT CACHE SSH

simply add a single line AddKeysToAgent yes on the top of the .ssh/config file.
Ofcourse ssh-agent must be running beforehand.
If its not running ( check by the command ssh-agent on the terminal ) ,
then simply run it eval $(ssh-agent)
gdfelt