Discuss this help topic in SecureBlackbox Forum
This method tells SSH public-key subsystem server to begin negotiation
Declaration
Description
Call this method to make TElSSHPublicKeyServer begin the SSH public key subsystem handshake.
You should call it when subsystem tunnel connection is ready.
After calling this method, the SSH public key subsystem server will try to establish the public key subsystem connection to client.
The server interacts with a user calling
OnSend
and
OnReceive
events.