Class AcceptAllServerKeyVerifier

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier
All Implemented Interfaces:
ServerKeyVerifier

public final class AcceptAllServerKeyVerifier extends StaticServerKeyVerifier
A ServerKeyVerifier that accepts all server keys.
Author:
Apache MINA SSHD Project