HostKeyAlgs Structure/Class[C] struct FlowSshC_HostKeyAlgs
[C++] struct HostKeyAlgs : public FlowSshC_HostKeyAlgs
[C#] public sealed class HostKeyAlgs
Members
Remarks FlowSshC/Cpp/Net supports the "ssh-rsa" and "ssh-dss" algorithms for SSH host authentication. Many SSH servers have host-keys for both algorithms; some have host-keys only for one of them. The HostKeyAlgs structure/class is used to specify which of the two algorithms to use, and if both, which one to prefer. For member values the following rules apply:
By default, both host-key algorithms are enabled and "ssh-rsa" takes precedence. |