jenkins构建任务报错 too many authentication failures for root root的身份验证失败太多 解决办法
1 ssh配置文件路径
MAC下 /etc/sshd_config
Linux下 /etc/ssh/sshd_config
修改选项:
MaxAuthTries 20
默认是6
修改后重启ssh服务即可
systemctl restart sshd
或者
service sshd restart
常ssh的MaxAuthTries默认为6次,超过6次就会终止验证。
解决了以上问题又出现了
[SSH] Exception:Auth fail com.jcraft.jsch.JSchException: Auth fail
找了很多解决方法结果是因为修改了服务器密码
在jenkins上面重新新建登录凭证就可以啦
系统管理-系统配置-SSH remote hosts