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

SSHSCPClientServerValidation Property

Controls the way in which remote servers are validated.

Definition

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

Property Value

SecureFTPServerValidationType

Remarks

It is unwise to have host validation disabled except in testing. For Automatic or AutomaticNoNameCheck to succeed, the known hosts file must be loaded or at least one host key must have been added via the KnownHosts manager. The default is Automatic, which checks both the hostname and public key. AutomaticNoNameCheck only checks that the public key supplied by the server has a matching public key in the client host key store irrespective of hostname. For

See Also