Uses of Class
hudson.plugins.ec2.ssh.verifiers.HostKey
-
Uses of HostKey in hudson.plugins.ec2.ssh.verifiers
Modifier and TypeMethodDescriptionHostKeyHelper.getHostKey
(Computer host) Retrieve the currently trusted host key for the requested computer, or null if no key is currently trusted.Modifier and TypeMethodDescriptionvoid
HostKeyHelper.saveHostKey
(Computer host, HostKey hostKey) Persists an SSH key to disk for the requested host.boolean
AcceptNewStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
CheckNewHardStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
CheckNewSoftStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
NonVerifyingKeyVerificationStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) abstract boolean
SshHostKeyVerificationStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) Check if the given key is valid for the host identifier.