Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vngx/vngx-jsch
Updated implementation of the popular JSch SSH library
https://github.com/vngx/vngx-jsch
Last synced: 15 days ago
JSON representation
Updated implementation of the popular JSch SSH library
- Host: GitHub
- URL: https://github.com/vngx/vngx-jsch
- Owner: vngx
- License: other
- Created: 2011-03-15T02:30:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T03:14:46.000Z (11 months ago)
- Last Synced: 2024-08-02T00:25:16.239Z (4 months ago)
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 125
- Watchers: 18
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vngx-jsch - A Java SSH implementation
=====================================**vngx-jsch** is an updated version of the popular JSch SSH library
written in pure Java. It has been updated to Java 6 with all the latest
language features and improved code clarity.Improvements include:
* Javadoc comments! Have you ever been frustrated at the lack of comments in the original JSch library?
* Improved error handling - many errors which were silently ignored or masked properly bubble up and offer more detailed descriptions.
* Performance improvements including code optimization and enhanced concurrency practices.
* Enhanced configuration for Sessions and configuration constants for specifying client-defined properties.
* Added support for SHA-256, HMAC-SHA-256, "diffie-hellman-group-exchange-sha256" and "diffie-hellman-group14-sha1" algorithms.
* Added support for more detailed application logging for debugging.
* Updated to more closely follow the official RFC specifications for SSH as well as added detailed documentation from RFCs into the comments.
* Maven build process
* OSGi compatible
Now available via any central Maven repo
=====================================
just add the following to your pom.xml under dependencies:
org.vngx
vngx-jsch
0.10