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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h60 int strict_host_key_checking; /* Strict host key checking. */ member in struct:__anon4957
H A Dsshconnect.c883 if (options.strict_host_key_checking == 1) {
892 } else if (options.strict_host_key_checking == 2) {
975 if (options.strict_host_key_checking) {
1027 if (options.strict_host_key_checking) {
1114 if (options.strict_host_key_checking == 1) {
1118 } else if (options.strict_host_key_checking == 2) {
H A Dreadconf.c566 intptr = &options->strict_host_key_checking;
1266 options->strict_host_key_checking = -1;
1381 if (options->strict_host_key_checking == -1)
1382 options->strict_host_key_checking = 2; /* 2 is default */

Completed in 72 milliseconds