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.
Java – better Java implementation of SSH2 than JSch
javassh
Best Solution
I am using J2SSH, works pretty well. I don't know how it compares to JSch though.