Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git cache ssh password

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)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #cache #ssh #password
ADD COMMENT
Topic
Name
7+4 =