Uses of Class
com.microsoft.jenkins.azurecommons.remote.SSHClient
-
Packages that use SSHClient Package Description com.microsoft.jenkins.azurecommons.remote -
-
Uses of SSHClient in com.microsoft.jenkins.azurecommons.remote
Methods in com.microsoft.jenkins.azurecommons.remote that return SSHClient Modifier and Type Method Description SSHClientSSHClient. connect()Establish a connection with the SSH server.SSHClientSSHClient. 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.SSHClientSSHClient. 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.SSHClientSSHClient. withLogger(PrintStream log)Set the optional logger stream to print the status messages.
-