is / jsch

Mirror of JSch from JCraft.
Other
381 stars 191 forks source link

We get such a com.jcraft.jsch.JSchException: verify: false when we want to connect to an SshSession #25

Open kkrhdd opened 4 years ago

kkrhdd commented 4 years ago

Hi Team,

We are getting com.jcraft.jsch.JSchException: verify: false exception Intermittently with latest version JSCH. Where it is claimed to fixed in 0.1.50.

com.jcraft.jsch.JSchException: verify: false at com.jcraft.jsch.Session.connect(Session.java:307) at com.jcraft.jsch.Session.connect(Session.java:160)

Please have a look.

yusong-shen commented 4 years ago

I think this is just a mirror not the original repo, this mailing list is the right channel to reach the author https://sourceforge.net/p/jsch/mailman/

In case of com.jcraft.jsch.JSchException: verify: false error, it seems it is fixed in 0.1.51 not in 0.1.50. https://stackoverflow.com/a/61923533/2943842

But you are saying latest version (0.1.55?) also have this issue, I am curious whether you have solved it now.

kkrhdd commented 4 years ago

@yusong-shen Yes. I am using the latest version 0.1.55. I could see the fix details in http://www.jcraft.com/jsch/ChangeLog as part of 0.1.50

kkrhdd commented 3 years ago

@yusong-shen any update on this?