| Package | Description |
|---|---|
| com.microsoft.jenkins.azurecommons.remote |
| Modifier and Type | Class and Description |
|---|---|
class |
UsernamePasswordAuth
SSH authentication credentials with username and password.
|
class |
UsernamePrivateKeyAuth
SSH authentication credentials with username and private keys.
|
| Modifier and Type | Method and Description |
|---|---|
static UsernameAuth |
UsernameAuth.fromCredentials(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials) |
UsernameAuth |
SSHClient.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
SSHClient |
SSHClient.forwardSSH(String remoteHost,
int remotePort,
UsernameAuth sshCredentials)
Forward another remote SSH port to local through the current client, and create a new client based on the local
port.
|
| Constructor and Description |
|---|
SSHClient(String host,
int port,
UsernameAuth auth)
SSH client to the remote host with given credentials.
|
Copyright © 2016–2017. All rights reserved.