Package | Description |
---|---|
cn.hutool.extra.ssh |
Jsch封装,包括端口映射、SFTP封装等,入口为JschUtil
|
Modifier and Type | Method and Description |
---|---|
static int |
JschUtil.openAndBindPortToLocal(Connector sshConn,
String remoteHost,
int remotePort)
打开SSH会话,并绑定远程端口到本地的一个随机端口
|
Copyright © 2024. All rights reserved.