static <T extends HasSshTunnel & HasSshExec> T |
SshClientProvider.provide(String sshServerHost,
int sshServerPort,
String userName,
String password) |
Provide a SSH client based on configuration
|
static <T extends HasSshTunnel & HasSshExec> T |
SshClientProvider.provide(String sshServerHost,
int sshServerPort,
String userName,
Path privateKeyPath) |
Provide a SSH client based on configuration
|
static <T extends HasSshTunnel & HasSshExec> T |
SshClientProvider.provide(String sshServerHost,
String userName,
String password) |
Provide a SSH client based on configuration
|
static <T extends HasSshTunnel & HasSshExec> T |
SshClientProvider.provide(String sshServerHost,
String userName,
Path privateKeyPath) |
Provide a SSH client based on configuration
|