gpt4 book ai didi

algorithm - com.jcraft.jsch.JSchException : Algorithm negotiation fail 错误

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:36:47 31 4
gpt4 key购买 nike

我正在尝试从客户端计算机连接到 sftp 服务器。但是 com.jcraft.jsch.JSchException: Algorithm negotiation fail 我遇到了这种错误。

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,但出现错误。

所以请帮助我。谢谢

最佳答案

在我的例子中——服务器上的 OpenSSH_6.7p1——我必须修改 KexAlgorithms 和 MAC(额外的 hmac-md5、hmac-sha1、hmac-sha1-96、hmac-md5-96 值):

KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1

MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com,hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96

上面应该放:

/etc/ssh/sshd_config

然后重启ssh:

sudo /etc/init.d/ssh restart

关于algorithm - com.jcraft.jsch.JSchException : Algorithm negotiation fail 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28966277/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com