Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c756 if (!validated && options.strict_host_key_checking == 1) { in check_host_key()
766 options.strict_host_key_checking == 2) { in check_host_key()
870 if (options.strict_host_key_checking) { in check_host_key()
929 if (!validated && options.strict_host_key_checking == 1) { in check_host_key()
934 options.strict_host_key_checking == 2) { in check_host_key()
/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h95 int strict_host_key_checking; /* Strict host key checking. */ member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c499 intptr = &options->strict_host_key_checking; in process_config_line()
957 options->strict_host_key_checking = -1; in initialize_options()
1070 if (options->strict_host_key_checking == -1) in fill_default_options()
1071 options->strict_host_key_checking = 2; /* 2 is default */ in fill_default_options()