jsch jar包连接不上ssh报Algorithm negotiation fail 错误

Posted Biexiansheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsch jar包连接不上ssh报Algorithm negotiation fail 错误相关的知识,希望对你有一定的参考价值。

参考:JSchException: Algorithm negotiation fail问题解决之路 - GreatQing的个人页面 - OSCHINA - 中文开源技术交流社区

1、jsch jar包连接不上ssh报Algorithm negotiation fail 错误

1 com.jcraft.jsch.JSchException: Algorithm negotiation fail
2         at com.jcraft.jsch.Session.receive_kexinit(Session.java:583) ~[jsch-0.1.51.jar:na]
3         at com.jcraft.jsch.Session.connect(Session.java:320) ~[jsch-0.1.51.jar:na]

解决方法,将jsch的包升级到0.1.53解决问题,问题详情参考链接:JSchException: Algorithm negotiation fail问题解决之路 - GreatQing的个人页面 - OSCHINA - 中文开源技术交流社区

1 <dependency>
2     <groupId>com.jcraft</groupId>
3     <artifactId>jsch</artifactId>
4     <version>0.1.53</version>
5 </dependency>

jsch jar包连接不上ssh报Algorithm negotiation fail 错误

以上是关于jsch jar包连接不上ssh报Algorithm negotiation fail 错误的主要内容,如果未能解决你的问题,请参考以下文章

jsch jar包连接不上ssh报Algorithm negotiation fail 错误

jsch jar包连接不上ssh报Algorithm negotiation fail 错误

jsch jar包连接不上ssh报Algorithm negotiation fail 错误

Jsch初步

ch.ethz.ssh2.Session和com.jcraft.jsch.Session

如何使用jcraft 模拟SFTP登陆