| Package | Description |
|---|---|
| com.microsoft.jenkins.azurecommons.remote |
| Modifier and Type | Method and Description |
|---|---|
SSHClient |
SSHClient.connect()
Establish a connection with the SSH server.
|
SSHClient |
SSHClient.forwardSSH(String remoteHost,
int remotePort)
Forward another remote SSH port to local through the current client, and create a new client based on the local
port.
|
SSHClient |
SSHClient.forwardSSH(String remoteHost,
int remotePort,
com.microsoft.jenkins.azurecommons.remote.UsernameAuth sshCredentials)
Forward another remote SSH port to local through the current client, and create a new client based on the local
port.
|
SSHClient |
SSHClient.withLogger(PrintStream log)
Set the optional logger stream to print the status messages.
|
Copyright © 2016–2018. All rights reserved.