Discuss this help topic in SecureBlackbox Forum
This method tells SSH client to begin negotiation
Declaration
Description
Call this method to make TElSimpleSSHClient
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 client will try
to establish the secure connection. It appears as a
sequence of
OnSend
and
OnReceive
events.