I've been using JSch for a couple of weeks now. It seems to work okay, but its API is a little bit cumbersome. I'm also a little off put by its total lack of documentation (not even javadoc style comments). Has anyone used a good Java SSH2 library that they'd recommend. I'm particularly interested in SCP file transfer and issuing commands to a remote Linux box programmatically via the SSH protocol.
+4
A:
I am using J2SSH, works pretty well. I don't know how it compares to JSch though.
serg
2008-10-05 20:32:25
Thanks for the suggestion. I'll check out that library and compare the two.
Bill the Lizard
2008-10-07 12:54:53
A:
Have you tried Orion SSH (Ganymed SSH-2), not tried much but seems good :)
-- Anish Sneh
Anish Sneh
2010-08-27 03:22:42