Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Ddns.h49 int verify_host_key_dns(const char *, struct sockaddr *, const Key *, int *);
Dreadconf.h86 int verify_host_key_dns; /* Verify host key using DNS */ member
Dsshconnect.c767 if (options.verify_host_key_dns) { in check_host_key()
974 if (options.verify_host_key_dns && in verify_host_key()
975 verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) { in verify_host_key()
979 if (options.verify_host_key_dns == 1 && in verify_host_key()
Dreadconf.c445 intptr = &options->verify_host_key_dns; in process_config_line()
1032 options->verify_host_key_dns = -1; in initialize_options()
1163 if (options->verify_host_key_dns == -1) in fill_default_options()
1164 options->verify_host_key_dns = 0; in fill_default_options()
Ddns.c175 verify_host_key_dns(const char *hostname, in verify_host_key_dns() function