property KeyNameDSA: string;
Description
Determines name of the private DSA 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 KeyNameDSA is not specified, the key is searched by the name 'ssh-dss'.
See Also