📜  git cache ssh 密码 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:02.996000             🧑  作者: Mango

代码示例1
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)