Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a better Java implementation of SSH2 than JSch?

Tags:

java

ssh

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.

like image 323
Bill the Lizard Avatar asked Oct 05 '08 20:10

Bill the Lizard


2 Answers

I am using J2SSH, works pretty well. I don't know how it compares to JSch though.

like image 91
serg Avatar answered Oct 20 '22 07:10

serg


Have you tried Orion SSH (Ganymed SSH-2), not tried much but seems good :)

like image 20
Anish Sneh Avatar answered Oct 20 '22 06:10

Anish Sneh