edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHSCPClientKnownHosts Property

Manager of the list of known hosts used to authenticate the server.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public KnownHostsManager KnownHosts { get; set; }

Property Value

KnownHostsManager
Manager of the list of known hosts used to authenticate the server.

Remarks

This manager is used to set the known_hosts file containing a list of known hosts and their public keys. It is also used to add public keys explicitly

See Also