public interface HostKeyVerificationListener
Modifier and Type | Method and Description |
---|---|
void |
onHostKeyMismatch(String host,
List<SshPublicKey> allowedHostKeys,
SshPublicKey pk) |
void |
onInvalidHostEntry(String line) |
void |
onRevokedKey(String host,
SshPublicKey pk) |
void |
onUnknownHost(String host,
SshPublicKey pk) |
void onInvalidHostEntry(String line)
void onRevokedKey(String host, SshPublicKey pk)
void onHostKeyMismatch(String host, List<SshPublicKey> allowedHostKeys, SshPublicKey pk)
void onUnknownHost(String host, SshPublicKey pk)
Copyright © 2024. All rights reserved.