且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Jenkins主服务器无法通过SSH连接到从服务器

更新时间:2023-01-20 08:13:10

我正在使用官方Docker镜像运行Jenkins master,该镜像使用OpenJDK8,不需要安装JCE.

I'm running Jenkins master using official Docker image which uses OpenJDK8 and should not need to install JCE.

显然,这是Jenkins/SSH安全性中尚未解决的问题.

我当前的解决方法是注释掉 Jenkins Slave /etc/ssh/sshd_config中的MACsKexAlgorithm行,然后重新启动sshd(在Ubuntu上为service ssh restart)

My current workaround is by commenting out MACs and KexAlgorithm line in /etc/ssh/sshd_config of Jenkins Slave and restarting the sshd (service ssh restart on Ubuntu)

更新:此问题已于2017年4月29日解决

UPDATE: the issue has been resolved as of 2017-04-29