Skip to content
forked from mwiede/jsch

fork of the popular jsch library

License

Notifications You must be signed in to change notification settings

freexiaoyu/jsch

 
 

Repository files navigation

fork of JSch-0.1.55

See original README

GitHub release Maven Central Java CI with Maven Quality Gate Status

Why should you use this library?

As I explained in a blog post the main points are:

  • OpenSSH will disable ssh-rsa in the future per default and you need a library which supports rsa-sha2-256 and rsa-sha2-512
  • drop in replacement: just change dependency coordinates and you are good to go
  • no active maintenance of JSch at SourceForge
  • stay in sync with JDK features so there is no need for additional dependencies

Changes since fork:

About

fork of the popular jsch library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • Shell 1.6%
  • Other 0.6%