Class DelegatingServerKeyVerifier

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

public class DelegatingServerKeyVerifier extends AbstractLoggingBean implements ServerKeyVerifier
A ServerKeyVerifier that delegates verification to the instance found in the ClientSession metadata The verifier can be specified at the SshClient level, which may have connections to multiple hosts. This technique lets each connection have its own verifier instance.
Author:
Apache MINA SSHD Project