property Authentications: TScSSHAuthentications; default [atPublicKey, atPassword];
Description
The Authentications property holds a set of acceptable authentication methods, that can be used by the SSH server to authenticate a client.
TScSSHServer supports only the authentication by the user's public key and the authentication by password.