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.
| Tags | Security Cryptography |
|---|---|
| Licenses | BSD Original BSD Revised |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: 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.


Changes: This release fixes a problem in using the SOCS4 proxy and an NPE in closing the session in some cases.


Changes: This release fixes the session crash bug caused by rekeying.


Changes: Some methods have been added. Minor bugs including AIOOBE at Session#connect() have been fixed.


Changes: This release fixes some minor bugs related to sftp and port forwarding.
- All comments
Recent commentsGreat work!
Thank goodness someone has developed a free as in speech Java SSH2 client. Ever since Mindterm went proprietary, this has been a sore spot. Keep up the good work!