HomeSort by relevance Sort by last modified time
    Searched refs:strict_host_key_checking (Results 1 - 3 of 3) sorted by null

  /external/openssh/
readconf.h 58 int strict_host_key_checking; /* Strict host key checking. */ member in struct:__anon25839
sshconnect.c 830 if (options.strict_host_key_checking == 1) {
839 } else if (options.strict_host_key_checking == 2) {
922 if (options.strict_host_key_checking) {
974 if (options.strict_host_key_checking) {
1061 if (options.strict_host_key_checking == 1) {
1065 } else if (options.strict_host_key_checking == 2) {
    [all...]
readconf.c 502 intptr = &options->strict_host_key_checking;
1149 options->strict_host_key_checking = -1;
    [all...]

Completed in 227 milliseconds