Skip to content

ronaldoats/j2ssh-maverick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

J2SSH Maverick

J2SSH Maverick is the successor to the original J2SSH API and includes a complete and stable implementation of an SSH2 client. Originally built from the ground up by the original author back in 2003, this product has, until now, only been available under a commercial license. With the development and pending release of a third generation SSH API, this legacy API has now been released under the GPLv3 and will continue to be maintained by the core author as a contribution to the open source community.

License

This project is licensed strictly under the GPLv3. You are required to comply with these terms and as such does not allow inclusion in commercial redistributable projects unless the terms of the GPLv3 are fully complied with (i.e. your code is also distributed under the GPLv3 too).

Maven Repository

Releases are now available at maven central. Simply include the following dependency in your pom.

<dependency>
   <groupId>com.sshtools</groupId>
   <artifactId>j2ssh-maverick</artifactId>
   <version>1.5.2</version>
</dependency>

Binary Builds

Binary builds are available on SourceForge.net at the URL below.

https://sourceforge.net/projects/javassh/

Documentation

You can find javadocs at https://www.sshtools.com/gpl-javadocs

Examples are included in the binary download or in the src/main/examples folder of the source tree.

Status

This code was branched from our commercial codebase on August 27th 2014 and converted to a maven project for easier distribution in the ether. The version has been changed to 1.5.0 to avoid conflicts with our commercial codebase which continues to be developed. Bug fixes from our private repository will be pushed to this branch periodically along with any other community contributions that are forthcoming.

For more information visit our website at https://www.sshtools.com/

For product update notifications follow us on Twitter https://www.twitter.com/javassh

Author

Lee Painter is the original author of the J2SSH API and founder of SSHTOOLS Limited. He has extensive experience in Java network security development, developing our client and server APIs as well as the being the architect and founder of open source projects such as SSL-Explorer and more recently the Hypersocket Framework https://github.com/ludup/hypersocket-framework

https://www.twitter.com/LeeDavidPainter

About

The open source branch of our legacy API providing a robust, mission critical SSH component to the community.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • HTML 0.8%