不灭的焱

革命尚未成功,同志仍须努力下载JDK17

作者:Albert.Wen  添加时间:2022-07-16 22:59:08  修改时间:2024-10-20 18:55:38  分类:06.Java框架/系统  编辑
库名 Maven地址 Git地址 使用教程
JSch https://mvnrepository.com/artifact/com.jcraft/jsch   官网链接1链接2链接3
第三方JSch https://mvnrepository.com/artifact/com.github.mwiede/jsch https://github.com/mwiede/jsch 官网
SSHJ https://mvnrepository.com/artifact/com.hierynomus/sshj https://github.com/hierynomus/sshj 官网demo链接2

相关文章: 

最后的选择:

本来想用SSHJ,但是后面发现一些开源的“运维管理”的项目,基本都在用 JSch,并且JGit也依赖JSch。。。

最后,我还是使用JSch吧!!!