-
-
-
返回PuttyClient的tech.testnx.cah.common.net.ssh中的方法
| 修饰符和类型 |
方法 |
说明 |
static PuttyClient |
PuttyClient.newInstance(String sshServerHost,
int sshServerPort,
String userName,
String password) |
已过时。
|
static PuttyClient |
PuttyClient.newInstance(String sshServerHost,
int sshServerPort,
String userName,
Path privateKeyPath) |
已过时。
|
static PuttyClient |
PuttyClient.newInstance(String sshServerHost,
String userName,
String password) |
已过时。
|
static PuttyClient |
PuttyClient.newInstance(String sshServerHost,
String userName,
Path privateKeyPath) |
已过时。
|