Uses of Class
hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy
-
Uses of SshHostKeyVerificationStrategy in hudson.plugins.sshslaves
Modifier and TypeMethodDescriptionSSHConnector.getSshHostKeyVerificationStrategy()
SSHLauncher.getSshHostKeyVerificationStrategy()
Modifier and TypeMethodDescriptionvoid
SSHConnector.setSshHostKeyVerificationStrategy
(SshHostKeyVerificationStrategy value) void
SSHLauncher.setSshHostKeyVerificationStrategy
(SshHostKeyVerificationStrategy value) ModifierConstructorDescriptionSSHConnector
(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. -
Uses of SshHostKeyVerificationStrategy in hudson.plugins.sshslaves.verifiers
Modifier and TypeClassDescriptionclass
A verifier that reads host keys from the Jenkins users' SSH known_hosts file.class
Checks a key provided by a remote hosts matches a key specified as being required by the user that configured this strategy.class
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
A verifier that performs no action on the host key, thereby allowing all connections.