openssl升级后Jenkins无法连接gitee
异常信息:
Failed to connect to repository : Command "/usr/bin/git ls-remote -h -- git@gitee.com****.git HEAD" returned status code 128:
stdout:
stderr: /etc/crypto-policies/back-ends/openssh.config: line 3: Bad configuration option: gssapikexalgorithms
/etc/crypto-policies/back-ends/openssh.config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
通过 ssh -T 测试

jenkins配置上异常信息

解决方案
/etc/crypto-policies/back-ends/openssh.config 第3行(找到GSSAPIKexAlgorithms)注释掉,重启sshd: systemctl restart sshd
重启后测试 ssh -T git@gitee.com,如下图连接成功,验证jenkins正常

测试 ssh -T git@gitee.com提示Unsupported option "gssapiauthentication",可以到对应文件注释掉gssapiauthentication如下图,再次测试就不会报Unsupported option "gssapiauthentication"


1227

被折叠的 条评论
为什么被折叠?



