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