public interface HostKeyUpdater
Modifier and Type | Method and Description |
---|---|
boolean |
isKnownHost(String host,
SshPublicKey key) |
void |
updateHostKey(String host,
SshPublicKey key) |
boolean isKnownHost(String host, SshPublicKey key) throws SshException
SshException
void updateHostKey(String host, SshPublicKey key) throws SshException
SshException
Copyright © 2024. All rights reserved.