Uses of Class
com.microsoft.jenkins.containeragents.remote.SSHClient
-
Packages that use SSHClient Package Description com.microsoft.jenkins.containeragents.remote -
-
Uses of SSHClient in com.microsoft.jenkins.containeragents.remote
Methods in com.microsoft.jenkins.containeragents.remote that return SSHClient Modifier and Type Method 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.containeragents.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.
-