Uses of Class
hudson.plugins.ec2.ssh.verifiers.HostKey
Packages that use HostKey
-
Uses of HostKey in hudson.plugins.ec2.ssh.verifiers
Methods in hudson.plugins.ec2.ssh.verifiers that return HostKeyModifier and TypeMethodDescriptionHostKeyHelper.getHostKey
(Computer host) Retrieve the currently trusted host key for the requested computer, or null if no key is currently trusted.Methods in hudson.plugins.ec2.ssh.verifiers with parameters of type HostKeyModifier 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.