jenkins 配置ssh remotes 报Failed to authenticate with public key
Posted jiangds
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jenkins 配置ssh remotes 报Failed to authenticate with public key相关的知识,希望对你有一定的参考价值。
问题:jenkins配置ssh远程连接时候报
ERROR: Failed to authenticate with public key
com.jcraft.jsch.JSchException: invalid privatekey: [[email protected]
jenkins前端提示:Can‘t connect to server
原因分析:
- 本地机器秘钥生成不对
- 必须将本地私钥完整内容拷贝,包括----字符(可能是个bug)
- 生成秘钥时候的密码错误
配置步骤:
1. private key必须包含----begin和----end----,否则死活报Can‘t connect to server
2.系统设置里面添加ssh remote
.
以上是关于jenkins 配置ssh remotes 报Failed to authenticate with public key的主要内容,如果未能解决你的问题,请参考以下文章
Jenkins报错Error cloning remote repo 'origin'
jenkins使用ssh remote插件执行shell后无法退出的问题处理