Uses of Class
hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy
Packages that use SshHostKeyVerificationStrategy
-
Uses of SshHostKeyVerificationStrategy in hudson.plugins.sshslaves
Methods in hudson.plugins.sshslaves that return SshHostKeyVerificationStrategyModifier and TypeMethodDescriptionSSHConnector.getSshHostKeyVerificationStrategy()
SSHLauncher.getSshHostKeyVerificationStrategy()
Methods in hudson.plugins.sshslaves with parameters of type SshHostKeyVerificationStrategyModifier and TypeMethodDescriptionvoid
SSHConnector.setSshHostKeyVerificationStrategy
(SshHostKeyVerificationStrategy value) void
SSHLauncher.setSshHostKeyVerificationStrategy
(SshHostKeyVerificationStrategy value) Constructors in hudson.plugins.sshslaves with parameters of type SshHostKeyVerificationStrategyModifierConstructorDescriptionSSHConnector
(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
Subclasses of SshHostKeyVerificationStrategy in hudson.plugins.sshslaves.verifiersModifier 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.