Reputation: 41
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
[email protected]
diffie-hellman-group18-sha512
diffie-hellman-group16-sha512
diffie-hellman-group14-sha256
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
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