property KeyNameRSA: string;
Description
Determines name of the private RSA key that is stored in Storage.
The server must have one or more couples of keys so that clients are able to authenticate the server. The public key should be passed to the client. The private key will be used by the server when authenticating.
Note: If KeyNameRSA is not specified, the key is searched by the name 'ssh-rsa'.
See Also