Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java SSH2 libraries in depth: Trilead/Ganymed/Orion [/other?]

Tags:

java

ssh

I have been searching for a pure Java SSH library to use for a project. The single most important needed feature is that it has to be able to work with command-line git, but remote-controlling command-line tools is also important.

A pretty common choice, e.g. used in the IntelliJ IDEA git integration (which works very well), seems to be Trilead SSH2. Looking at their website, it's not being maintained any more.

Trilead seems to have been a fork of Ganymed SSH2, which was a ETH Zurich project that didn't see releases for a while, but had a recent release by its new owner, Christian Plattner.

There is another actively maintained fork from that code base, Orion SSH, that saw an even more recent release, but which seems to get mentioned online much less than the other 2 forks.

Has anybody here worked with any of (or, if possible, both) of Ganymed and Orion and could kindly describe the development experience with either/both?

Accuracy of documentation [existence of documentation?], stability, buggyness... - all of these would be highly interesting to me. Performance is not so important for my current project.

If there is another pure-Java SSH implementation that should be used instead, please feel free to mention it, but please don't just mention a name...describe your judgment from actual experience.

Sorry if this question may seem a bit "do my homework"-y, but I've really searched for reviews. Everything out there seems to be either a listing of implementations or short "use this! it's great!" snippets.

like image 735
Bernd Haug Avatar asked Jun 07 '10 10:06

Bernd Haug


1 Answers

Ganymed is now actively maintained again with an open development process at Google Code.

like image 185
David Kocher Avatar answered Oct 05 '22 00:10

David Kocher