Back to FlowSsh Documentation
[C#]
public delegate bool HostKeyEventHandler( object sender, PublicKey publicKey);
Parameters
Return Value
Return false to reject the public-key (host-key) and disconnect. Return true to accept the key.