JSchException: Algorithm negotiation fail

前端 未结 10 1948
面向向阳花
面向向阳花 2020-11-27 06:30

I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during \"session.connect();\" I am getting this exception:

com.jcraft.jsch.JS         


        
10条回答
  •  借酒劲吻你
    2020-11-27 07:16

    I updated jsch lib latest one (0.1.55). working fine for me. no need to restart the server or no need to update java(current using java8)

提交回复
热议问题