Home
last modified time | relevance | path

Searched refs:no_host_authentication_for_localhost (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h142 int no_host_authentication_for_localhost; member
Dreadconf.c1432 intptr = &options->no_host_authentication_for_localhost; in process_config_line_depth()
2816 options->no_host_authentication_for_localhost = - 1; in initialize_options()
3020 if (options->no_host_authentication_for_localhost == - 1) in fill_default_options()
3021 options->no_host_authentication_for_localhost = 0; in fill_default_options()
3803 … dump_cfg_fmtint(oNoHostAuthenticationForLocalhost, o->no_host_authentication_for_localhost); in dump_client_config()
Dsshconnect.c1022 if (options.no_host_authentication_for_localhost == 1 && local && in check_host_key()