Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsshconnect.c1132 if (options.strict_host_key_checking == in check_host_key()
1142 } else if (options.strict_host_key_checking == in check_host_key()
1234 if (options.strict_host_key_checking != in check_host_key()
1291 if (options.strict_host_key_checking != in check_host_key()
1377 if (options.strict_host_key_checking == in check_host_key()
1383 } else if (options.strict_host_key_checking != in check_host_key()
Dreadconf.h49 int strict_host_key_checking; /* Strict host key checking. */ member
Dreadconf.c1274 intptr = &options->strict_host_key_checking; in process_config_line_depth()
2605 options->strict_host_key_checking = -1; in initialize_options()
2774 if (options->strict_host_key_checking == -1) in fill_default_options()
2775 options->strict_host_key_checking = SSH_STRICT_HOSTKEY_ASK; in fill_default_options()
3601 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking); in dump_client_config()