| Package | Description |
|---|---|
| hudson.plugins.sshslaves | |
| hudson.plugins.sshslaves.verifiers |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyVerificationStrategy |
SSHLauncher.getSshHostKeyVerificationStrategy() |
SshHostKeyVerificationStrategy |
SSHConnector.getSshHostKeyVerificationStrategy() |
| Constructor and Description |
|---|
SSHConnector(int port,
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials,
String username,
String password,
String privatekey,
String jvmOptions,
String javaPath,
hudson.tools.JDKInstaller jdkInstaller,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy) |
SSHConnector(int port,
String credentialsId,
String jvmOptions,
String javaPath,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy) |
SSHLauncher(String host,
int port,
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials,
String jvmOptions,
String javaPath,
hudson.tools.JDKInstaller jdkInstaller,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy)
Deprecated.
deprecated but used by not deprecated constructor
|
SSHLauncher(String host,
int port,
String credentialsId,
String jvmOptions,
String javaPath,
hudson.tools.JDKInstaller jdkInstaller,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
Integer launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTime,
SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy)
Constructor SSHLauncher creates a new SSHLauncher 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–2018. All rights reserved.