Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSSHPublicKeyServer needs more data
Declaration
Parameters
Description
This event is fired when TElSSHPublicKeyServer
wants a new portion of encrypted data from the client.
it is a good idea to read data from logical tunnel connection inside a handler of this event.
You must handle this event in any case. There is no other way
to pass the encrypted data from client to TElSSHPublicKeyServer, except
this event!