| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.extra.ssh.engine.ganymed |
Ganymed-SSH2(https://www.ganymed.ethz.ch/ssh2/) 引擎封装
|
| org.dromara.hutool.extra.ssh.engine.jsch |
Jsch(http://www.jcraft.com/jsch/) 引擎封装
|
| org.dromara.hutool.extra.ssh.engine.mina |
Apache MINA SSHD(https://mina.apache.org/sshd-project/) 引擎封装
|
| org.dromara.hutool.extra.ssh.engine.sshj |
SSH 引擎封装
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GanymedSession
Session包装 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JschSession
Jsch Session封装
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MinaSession
Apache MINA SSHD(https://mina.apache.org/sshd-project/)会话封装
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SshjSession
基于SSHJ(https://github.com/hierynomus/sshj)的Session封装
|
Copyright © 2023. All rights reserved.