JSch is a pure Java implementation of SSH2. It
allows you to connect to an sshd server and use
port forwarding, X11 forwarding, file transfer,
etc. You can integrate its functionality into your
own Java programs.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release has fixed minor bugs, resource leaks in agent forward mode and unexpected session down, and has an enhancement to integrate with jsch-agent-proxy.
This release fixed minor bugs, including problems with using hmac-md5-96 and hmac-sha1-96, and added support for private keys ciphered with aes192-cbc and aes128-cbc.
This release has fixed minor bugs in canceling
remote port-forwarding and ls for empty directory
in sftp. The support for some ciphers in ctr mode
and arcfour was added.