Develop and Download Open Source Software

JSch

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
2010-11-02 19:36
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.

Project Resources

http://freecode.com/urls/8100a010c6d0238cb19d53ea92f30382
http://freecode.com/urls/87b26859c5e9e5c7474a34a6c02c0982
http://freecode.com/urls/cb2a8968c94851214be16f7dbfb5f67b
http://freecode.com/urls/6528ec6c5f11dd0e3956648178acf7a8
http://freecode.com/projects/jsch

Project Description

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.