Class SshHostKeyVerificationStrategy

java.lang.Object
hudson.plugins.ec2.ssh.verifiers.SshHostKeyVerificationStrategy
All Implemented Interfaces:
Describable<SshHostKeyVerificationStrategy>
Direct Known Subclasses:
AcceptNewStrategy, CheckNewHardStrategy, CheckNewSoftStrategy, NonVerifyingKeyVerificationStrategy

public abstract class SshHostKeyVerificationStrategy extends Object implements Describable<SshHostKeyVerificationStrategy>
A method for verifying the host key provided by the remote host during the initiation of each connection.
Since:
TODO
Author:
Michael Clarke
  • Constructor Details

    • SshHostKeyVerificationStrategy

      public SshHostKeyVerificationStrategy()
  • Method Details