1.先配置权限
chmod 644 .ssh
chmod 600 id_rsa
2.需要控制台先执行
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
3.Jenkins配置SSH私钥