I am using ganymed-ssh-2 to establish SSH2 connection. I have GIT cloned it for code browsing specifying the HEAD tag and debugging (GIT location is E:\git-clone\ganymed-ssh-2).
When I use ganymed-ssh2 ver 262, I am getting an error "Key exchange was not finished, connection is closed". I have added the following dependency in my Maven pom.xml. Why is this error reported?
<dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>262</version> </dependency>
In order to debug, when I specified E:\git-clone\ganymed-ssh-2\target\classes in the classpath and run it as a Java application, the issue is not seen. Note that