Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c1165 if (options.strict_host_key_checking == in check_host_key()
1175 } else if (options.strict_host_key_checking == in check_host_key()
1267 if (options.strict_host_key_checking != in check_host_key()
1324 if (options.strict_host_key_checking != in check_host_key()
1410 if (options.strict_host_key_checking == in check_host_key()
1416 } else if (options.strict_host_key_checking != in check_host_key()
H A Dreadconf.h49 int strict_host_key_checking; /* Strict host key checking. */ member
H A Dreadconf.c1340 intptr = &options->strict_host_key_checking; in process_config_line_depth()
2728 options->strict_host_key_checking = -1; in initialize_options()
2899 if (options->strict_host_key_checking == -1) in fill_default_options()
2900 options->strict_host_key_checking = SSH_STRICT_HOSTKEY_ASK; in fill_default_options()
3784 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking); in dump_client_config()