Giter Club home page Giter Club logo

vngx-jsch's Introduction

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:

<dependency>
    <groupId>org.vngx</groupId>
    <artifactId>vngx-jsch</artifactId>
    <version>0.10</version>
</dependency>

vngx-jsch's People

Contributors

scott2449 avatar totaam avatar vngx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.