property Active: Boolean;
Description
Indicates whether the SSH server is running.
Set Active to True to run the SSH server. After the server is activated, it starts listening the TCP/IP specified in the Port property.
Set Active to False to stop the SSH server.
See Also