Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h153 int no_host_authentication_for_localhost; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c526 intptr = &options->no_host_authentication_for_localhost; in process_config_line()
987 options->no_host_authentication_for_localhost = -1; in initialize_options()
1128 if (options->no_host_authentication_for_localhost == -1) in fill_default_options()
1129 options->no_host_authentication_for_localhost = 0; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c646 if (options.no_host_authentication_for_localhost == 1 && local && in check_host_key()