Home
last modified time | relevance | path

Searched refs:verify_host_key_dns (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/ssh/
Ddns.h55 int verify_host_key_dns(const char *, struct sockaddr *,
Dreadconf.h87 int verify_host_key_dns; /* Verify host key using DNS */ member
Ddns.c194 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
Dsshconnect.c1165 if (options.verify_host_key_dns) { in check_host_key()
1500 if (options.verify_host_key_dns) { in verify_host_key()
1509 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) { in verify_host_key()
1511 if (options.verify_host_key_dns == 1 && in verify_host_key()
Dreadconf.c1269 intptr = &options->verify_host_key_dns; in process_config_line_depth()
2653 options->verify_host_key_dns = -1; in initialize_options()
2816 if (options->verify_host_key_dns <= 0 && in fill_default_options()
2844 if (options->verify_host_key_dns == -1) in fill_default_options()
2845 options->verify_host_key_dns = 0; in fill_default_options()
3604 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns); in dump_client_config()