Hardik Agrawal
Hardik Agrawal

Reputation: 41

Workaround for JSch unsupported KEX algorithms

We are using JSch library (jsch-0.1.55.jar) to make connection with SFTP server (Bitvise). I am using the algorithm diffie-hellman-group1-sha1 and it's working fine. But when I use the following algorithms it shows the error

Algorithm negotiation fail

Are the above algorithms supported by JSch?

If they are not, Can someone please help with the article or any workaround to resolve the issue?

Upvotes: 3

Views: 3395

Answers (1)

Martin Prikryl
Martin Prikryl

Reputation: 202652

JCraft JSch 0.1.55 does not support any of those.

But @mwiede's fork of JSch supports all of them.

Upvotes: 5

Related Questions