Discuss this help topic in SecureBlackbox Forum
This method tells SSH sever to begin negotiation
Declaration
Description
Call this method to make TElSSHServer begin the SSH handshake.
You should call it when the transport-layer connection is ready (e.g. TCP connection is established).
After calling this method the SSH server will try to establish the secure connection.
It appears as a sequence of
OnSend
and
OnReceive
events.