Discuss this help topic in SecureBlackbox Forum
SSH: Initialize the server before use
In all editions you can create the instance of TElSimpleSSHServer class in code. This includes referencing the needed library and header files and creating an instance of the class.
In .NET and VCL editions you can place the TElSimpleSSHServer component to the form in visual form designer. This will add the necessary references and code declarations to the code.
The server initializes all properties to the values needed for operation, so you don't need to change anything, unless you have special requirements. It makes sense to add user information for authentication.
Once the server object is configured, just set its Active property to true.