一 linux 生成RSA key
linux远程登录ssh ywtan@localhost1
ssh-keygen -t rsa
全部回车1
cat .ssh/id_rsa(这是刚才设置 rsa_key)
二 jenkins 配置git证书
2.1 在jenkins 页面点击credentials
2.2 点击 system
2.3 点击 Global credentials (unrestricted)
2.4 add Credentials
2.5 如图所示填写, key是刚才生成的key,最后点击保存