I want to create a Java application to connect to my remote Linux server with ssh. Can someone send me some docs or tutorial开发者_如何学Cs to begin with sshj in eclipse (I'm working in a Windows environment).
sshj has examples included with the source code:
https://github.com/hierynomus/sshj/tree/master/examples/src/main/java/net/schmizz/sshj/examples
精彩评论