I want to create a Java application to connect to my remote Linux server with ssh. Can someone send me some docs or tutorials to begin with sshj in eclipse (I'm working in a Windows environment).
kongo09
sshj has examples included with the source code:
https://github.com/hierynomus/sshj/tree/master/examples/src/main/java/net/schmizz/sshj/examples
来源:https://stackoverflow.com/questions/6201260/start-with-sshj