when i am trying to connect to SFTP
through jave code in client machine,I am getting the below exception, while using the Runnable jar in Client machine,
but in normal machine it's getting successfully connected to SFTP
.
JSchException: Algorithm negotiation fail
i am getting the exception here.
session.connect();
How to solve this?