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
A ServerKeyVerifier that accepts all server keys.
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
handleAcceptance, handleRejection, isAccepted, verifyServerKey
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AcceptAllServerKeyVerifier
private AcceptAllServerKeyVerifier()
-