Back to FlowSsh Documentation
[C]
typedef bool (__cdecl* FlowSshC_HostKeyHandler)( void* handlerData, FlowSshC_PublicKey* publicKey);
Parameters
Return Value
Return false to reject the public-key (host-key) and disconnect. Return true to accept the key.