| Package | Description |
|---|---|
| hudson.plugins.sshslaves | |
| hudson.plugins.sshslaves.verifiers |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyVerificationStrategy |
SSHLauncher.getSshHostKeyVerificationStrategy() |
SshHostKeyVerificationStrategy |
SSHConnector.getSshHostKeyVerificationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHLauncher.setSshHostKeyVerificationStrategy(SshHostKeyVerificationStrategy value) |
void |
SSHConnector.setSshHostKeyVerificationStrategy(SshHostKeyVerificationStrategy value) |
| Constructor and Description |
|---|
SSHConnector(int port,
String credentialsId,
String jvmOptions,
String javaPath,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy)
Constructor SSHConnector creates a new SSHConnector instance.
|
SSHLauncher(String host,
int port,
String credentialsId,
String jvmOptions,
String javaPath,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy)
Constructor SSHLauncher creates a new SSHLauncher instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KnownHostsFileKeyVerificationStrategy
A verifier that reads host keys from the Jenkins users' SSH known_hosts file.
|
class |
ManuallyProvidedKeyVerificationStrategy
Checks a key provided by a remote hosts matches a key specified as being required by the
user that configured this strategy.
|
class |
ManuallyTrustedKeyVerificationStrategy
A host key verification strategy that works in a similar way to host key verification on
Unix/Linux this host (depending on how this strategy has been configured), and manual
verification if the key provided by the remote host differs from the one currently saved
in as the known key for this host.
|
class |
NonVerifyingKeyVerificationStrategy
A verifier that performs no action on the host key, thereby allowing all connections.
|
Copyright © 2016–2020. All rights reserved.