Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c950 if (options.strict_host_key_checking == 1) { in check_host_key()
959 } else if (options.strict_host_key_checking == 2) { in check_host_key()
1046 if (options.strict_host_key_checking) { in check_host_key()
1098 if (options.strict_host_key_checking) { in check_host_key()
1185 if (options.strict_host_key_checking == 1) { in check_host_key()
1189 } else if (options.strict_host_key_checking == 2) { in check_host_key()
Dreadconf.h55 int strict_host_key_checking; /* Strict host key checking. */ member
Dreadconf.c994 intptr = &options->strict_host_key_checking; in process_config_line_depth()
1809 options->strict_host_key_checking = -1; in initialize_options()
1959 if (options->strict_host_key_checking == -1) in fill_default_options()
1960 options->strict_host_key_checking = 2; /* 2 is default */ in fill_default_options()
2552 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking); in dump_client_config()