To generate documentation from comments embedded in the source, javadoc can be run thus:

An outdated javadoc version can be found too

JSCH Usage Examples

JSCH provide lots of sample code. However, I modified Exec.java to use either password or SSH identity (private key) for remote command execution. While Exec.java runs as a swing GUI app, my code is a CLI only code. I think it illustrates the important steps needed for getting remote command execution working

JSCH Users

Since JSCH is BSD licensed, it is hard to keep track of who is using JSCH. I found the following:


CategoryJava