Skip to content

Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java.

Notifications You must be signed in to change notification settings

LinxiDev/ganymed-ssh2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ganymed SSH-2

Ganymed SSH-2 for Java - build 264

English, 中文

Source: https://github.com/balaiitm/ganymed264.git

Description:When the solution uses a newer (higher) version of OpenSSH, the following error occurs with Ganymed SSH-2

java.io.IOException: Key exchange was not finished, connection is closed.
at ch.ethz.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:75)
at ch.ethz.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:169)
at ch.ethz.ssh2.Connection.connect(Connection.java:759)
at ch.ethz.ssh2.Connection.connect(Connection.java:628)
at com.esb.common.utils.GetServerResourcesUtil.login(GetServerResourcesUtil.java:16)
at com.esb.common.utils.GetServerResourcesUtil.remoteExec(GetServerResourcesUtil.java:23)
at Main.main(Main.java:36)
Caused by: java.io.IOException: Cannot negotiate, proposals do not match.
at ch.ethz.ssh2.transport.ClientKexManager.handleMessage(ClientKexManager.java:123)
at ch.ethz.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:572)
at ch.ethz.ssh2.transport.TransportManager$1.run(TransportManager.java:261)
at java.lang.Thread.run(Thread.java:750)

About

Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages