verify_host_key_dns
int verify_host_key_dns(const char *, struct sockaddr *,
intptr = &options->verify_host_key_dns;
options->verify_host_key_dns = -1;
if (options->verify_host_key_dns <= 0 &&
if (options->verify_host_key_dns == -1)
options->verify_host_key_dns = 0;
dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
int verify_host_key_dns; /* Verify host key using DNS */
if (options.verify_host_key_dns) {
if (options.verify_host_key_dns) {
if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) {
if (options.verify_host_key_dns == 1 &&