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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h51 int strict_host_key_checking; /* Strict host key checking. */ member in struct:__anon6881
H A Dsshconnect.c991 if (options.strict_host_key_checking ==
1001 } else if (options.strict_host_key_checking ==
1089 if (options.strict_host_key_checking !=
1143 if (options.strict_host_key_checking !=
1231 if (options.strict_host_key_checking ==
1237 } else if (options.strict_host_key_checking !=
H A Dreadconf.c1006 intptr = &options->strict_host_key_checking;
1880 options->strict_host_key_checking = -1;
2031 if (options->strict_host_key_checking == -1)
2032 options->strict_host_key_checking = SSH_STRICT_HOSTKEY_ASK;
2655 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking);

Completed in 62 milliseconds