property Client: TScSSHClient;
Description
The Client property determines the physical connection between SSH client and SSH server. This connection is used to exchange data. To create a logical connection, the Client property must be set.
This property can be set at design time by selecting a TScSSHClient object from the provided list.
At runtime, set the Client property to reference of an existent TScSSHClient object.