onVerifyHostKey property

SSHHostkeyVerifyHandler? onVerifyHostKey
final

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;