| Modifier and Type | Method and Description |
|---|---|
void |
SSHClient.connect(String userName,
String privateKeyFilePath)
Connects to the remote host using a username and a private key for
authentication
|
void |
SSHClient.connect(String userName,
String privateKeyFilePath,
int timeOut)
Connects to the remote host using a username and a private key for
authentication.
|
void |
SSHClient.createTunnel(String tunnelHost,
int tunnelPort,
String tunnelUserName,
String tunnelPrivateKeyFilePath,
int localPort)
Creates a tunnel.
|
void |
SSHClient.createTunnel(String tunnelHost,
int tunnelPort,
String tunnelUserName,
String tunnelPrivateKeyFilePath,
int localPort,
int localRange)
Creates a tunnel.
|
Copyright © 2016. All rights reserved.