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

  /external/openssh/
readconf.h 57 int check_host_ip; /* Also keep track of keys for IP address */ member in struct:__anon12452
sshconnect.c 733 * Turn off check_host_ip if the connection is to localhost, via proxy
736 if (options.check_host_ip && (local ||
738 options.check_host_ip = 0;
747 if (!want_cert && options.check_host_ip) {
792 if (options.check_host_ip && ip_status == HOST_NEW) {
882 if (options.check_host_ip && ip_status == HOST_NEW) {
943 if (options.check_host_ip && host_ip_differ) {
1048 if (options.check_host_ip && host_status != HOST_CHANGED &&
    [all...]
readconf.c 494 intptr = &options->check_host_ip;
1148 options->check_host_ip = -1;
    [all...]

Completed in 136 milliseconds