[BACK]Return to sshconnect.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.110 and 1.111

version 1.110, 2001/07/25 14:35:18 version 1.111, 2001/10/01 21:51:16
Line 575 
Line 575 
                 local = 0;                  local = 0;
                 break;                  break;
         }          }
         if (local && options.host_key_alias == NULL) {          if (options.no_host_authentication_for_localhost == 1 && local &&
               options.host_key_alias == NULL) {
                 debug("Forcing accepting of host key for "                  debug("Forcing accepting of host key for "
                     "loopback/localhost.");                      "loopback/localhost.");
                 return 0;                  return 0;

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111