com.jcraft.jsch.JSchException:算法协商失败

时间:2015-03-10 14:24:26

标签: algorithm

我正在尝试从客户端计算机连接sftp服务器。但是com.jcraft.jsch.JSchException:算法协商失败了我得到的这种错误。

com.jcraft.jsch.JSchException: Algorithm negotiation fail
    at com.jcraft.jsch.Session.receive_kexinit(Session.java:540)
    at com.jcraft.jsch.Session.connect(Session.java:288)
    at com.jcraft.jsch.Session.connect(Session.java:145)
    at com.na.common.NewReading.main(NewReading.java:28)

我试图通过使用Algorithm negotiation fail SSH in Jenkins来解决这个问题,我已经更改了sshd_config中的KexAlgorithms,但是收到了错误。

所以请帮助我。谢谢

0 个答案:

没有答案
相关问题