Uses of Class
hudson.plugins.ec2.ssh.verifiers.SshHostKeyVerificationStrategy
Packages that use SshHostKeyVerificationStrategy
-
Uses of SshHostKeyVerificationStrategy in hudson.plugins.ec2
Methods in hudson.plugins.ec2 that return SshHostKeyVerificationStrategy -
Uses of SshHostKeyVerificationStrategy in hudson.plugins.ec2.ssh.verifiers
Subclasses of SshHostKeyVerificationStrategy in hudson.plugins.ec2.ssh.verifiersModifier and TypeClassDescriptionclass
This strategy accepts any new host key and stores it in a known_hosts file inside the node directory called ssh-host-key.xml.class
This strategy checks the key presented by the host with the one printed out in the instance console.class
This strategy checks the key presented by the host with the one printed out in the instance console.class
This strategy doesn't perform any kind of verification