* Add Apache MINA SSHD library support with "Shell Session" and "Exec Session" features
* Fixed shell session support for JSch library
The Commons-SSH is a thin bridge between different SSH implementations libraries. A library that uses the commons-ssh API can be used with any SSH implementation at runtime. Commons-SSH comes with support for a number of popular Java SSH implementations.
SFTP is supported now. Thanks to Egor Ivanov for contribution.
Commons SSH 1.1 is out. New version supports public key authentication submitted by Egor Ivanov.
The Commons-SSH is a thin bridge between different SSH implementations libraries. A library that uses the commons-ssh API can be used with any SSH implementation at runtime. Commons-SSH comes with support for a number of popular Java SSH implementations.
Fix for those who don't have all required libraries (sadly, most of us, except commons-ssh developers).
Commons-SSH 1.0 is released. Commons-SSH provides SSH shell and exec support for:
- SSHTools
- Ganymed
- JSCH
Java SSH implementation libraries. So far only login+password authentication scheme is supported.