Uses of Class
hudson.plugins.sshslaves.verifiers.HostKey
-
Uses of HostKey in hudson.plugins.sshslaves.verifiers
Modifier and TypeMethodDescriptionTrustHostKeyAction.getExistingHostKey()
HostKeyHelper.getHostKey
(Computer host) Retrieve the currently trusted host key for the requested computer, or null if no key is currently trusted.TrustHostKeyAction.getHostKey()
ManuallyProvidedKeyVerificationStrategy.getParsedKey()
Modifier and TypeMethodDescriptionvoid
HostKeyHelper.saveHostKey
(Computer host, HostKey hostKey) Persists an SSH key to disk for the requested host.boolean
KnownHostsFileKeyVerificationStrategy.verify
(SlaveComputer computer, HostKey hostKey, TaskListener listener) boolean
ManuallyProvidedKeyVerificationStrategy.verify
(SlaveComputer computer, HostKey hostKey, TaskListener listener) boolean
ManuallyTrustedKeyVerificationStrategy.verify
(SlaveComputer computer, HostKey hostKey, TaskListener listener) boolean
NonVerifyingKeyVerificationStrategy.verify
(SlaveComputer computer, HostKey hostKey, TaskListener listener) abstract boolean
SshHostKeyVerificationStrategy.verify
(SlaveComputer computer, HostKey hostKey, TaskListener listener) Check if the given key is valid for the host identifier.