Package hudson.plugins.sshslaves.verifiers
package hudson.plugins.sshslaves.verifiers
-
ClassDescriptionA representation of the SSH key provided by a remote host to verify itself and secure the initial setup of the SSH connection.Helper methods to allow loading and saving of host keys for a computer.A verifier that reads host keys from the Jenkins users' SSH known_hosts file.Checks a key provided by a remote hosts matches a key specified as being required by the user that configured this strategy.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.An administrative warning that checks all SSH build agents have a
SshHostKeyVerificationStrategy
set against them and prompts the admin to update the settings as needed.A verifier that performs no action on the host key, thereby allowing all connections.A method for verifying the host key provided by the remote host during the initiation of each connection.An action that prompts a user with Computer.CONFIGURE privileges to trust a public key issued by a remote SSH host.