mwiede / jsch

fork of the popular jsch library
Other
767 stars 144 forks source link

premature end of received SshMsg.KexInit at host key algorithms #589

Open sumit-sethia-awx opened 4 months ago

sumit-sethia-awx commented 4 months ago

Hi folks,

After upgrading from old jsch to this library, I am getting intermittent errors in establishing connection with server.

com.jcraft.jsch.JSchSessionDisconnectException: SSH_MSG_DISCONNECT: 2 FlowSshTransport: premature end of received SshMsg.KexInit at host key algorithms

Need help understanding what's happening here.