Class EC2SSHLauncher.ServerKeyVerifierImpl

java.lang.Object
hudson.plugins.ec2.ssh.EC2SSHLauncher.ServerKeyVerifierImpl
All Implemented Interfaces:
org.apache.sshd.client.keyverifier.ServerKeyVerifier
Enclosing class:
EC2SSHLauncher

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class EC2SSHLauncher.ServerKeyVerifierImpl extends Object implements org.apache.sshd.client.keyverifier.ServerKeyVerifier
  • Constructor Details

  • Method Details

    • verifyServerKey

      public boolean verifyServerKey(org.apache.sshd.client.session.ClientSession clientSession, SocketAddress remoteAddress, PublicKey serverKey)
      Specified by:
      verifyServerKey in interface org.apache.sshd.client.keyverifier.ServerKeyVerifier