Very simple project that shows a SSH client example with Apache Mina SSHD as the backing engine.
Note that while Apache Mina can provide a whole SSH server, this is a simple client side example project.
Open the SshUtils.java file to look at the code example.
This was build in eclipse with maven. Note the sshd dependency in the pom.xml. Update to have the right version for your project.
- Apahce Mina SSHD - The SSH java backend
- Maven - Dependency Management
- Eclipse - Editor
- Drew Thorstensen - Initial work
This project is licensed under the Apache 2 license - see the LICENSE file for details