[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.124 and 1.125

version 1.124, 2002/06/11 04:14:26 version 1.125, 2002/06/19 00:27:55
Line 763 
Line 763 
                         len = strlen(msg);                          len = strlen(msg);
                         snprintf(msg + len, sizeof(msg) - len,                          snprintf(msg + len, sizeof(msg) - len,
                             "\nMatching host key in %s:%d",                              "\nMatching host key in %s:%d",
                              host_file, host_line);                              host_file, host_line);
                 }                  }
                 if (options.strict_host_key_checking == 1) {                  if (options.strict_host_key_checking == 1) {
                         log(msg);                          log(msg);

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125