Class HostKeyVerifierImpl

java.lang.Object
hudson.plugins.ec2.ssh.HostKeyVerifierImpl

public class HostKeyVerifierImpl extends Object
  • Constructor Details

    • HostKeyVerifierImpl

      public HostKeyVerifierImpl(String console)
  • Method Details

    • verifyServerHostKey

      public boolean verifyServerHostKey(String hostname, int port, String serverHostKeyAlgorithm, byte[] serverHostKey) throws Exception
      Throws:
      Exception