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.HostKeyHelper.getHostKey(PublicKey serverKey) Methods in hudson.plugins.ec2.ssh.verifiers with parameters of type HostKeyModifier and TypeMethodDescriptionvoidHostKeyHelper.saveHostKey(Computer host, HostKey hostKey) Persists an SSH key to disk for the requested host.booleanAcceptNewStrategy.verify(EC2Computer computer, HostKey hostKey, TaskListener listener) booleanCheckNewHardStrategy.verify(EC2Computer computer, HostKey hostKey, TaskListener listener) booleanCheckNewSoftStrategy.verify(EC2Computer computer, HostKey hostKey, TaskListener listener) booleanNonVerifyingKeyVerificationStrategy.verify(EC2Computer computer, HostKey hostKey, TaskListener listener) abstract booleanSshHostKeyVerificationStrategy.verify(EC2Computer computer, HostKey hostKey, TaskListener listener) Check if the given key is valid for the host identifier.