onVerifyHostKey property
Function called when the hostkey has been received. Returns true if the hostkey is valid, false to reject key and disconnect.
Implementation
final SSHHostkeyVerifyHandler? onVerifyHostKey;
Function called when the hostkey has been received. Returns true if the hostkey is valid, false to reject key and disconnect.
final SSHHostkeyVerifyHandler? onVerifyHostKey;