property HostKeyAlgorithms: TScSSHHostKeyAlgorithms;
Description
The HostKeyAlgorithms property holds the list of the algorithms supported for the server host key.
Specify the asymmetric algorithms, for what the client have a server public key, or want to obtain this key. This key used by client to authenticate the server.
The algorithms are stored in order of preference.
See Also