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

Diff for /src/usr.bin/ssh/auth.c between version 1.141 and 1.142

version 1.141, 2019/10/02 00:42:30 version 1.142, 2019/10/16 06:05:39
Line 399 
Line 399 
         host_status = check_key_in_hostkeys(hostkeys, key, &found);          host_status = check_key_in_hostkeys(hostkeys, key, &found);
         if (host_status == HOST_REVOKED)          if (host_status == HOST_REVOKED)
                 error("WARNING: revoked key for %s attempted authentication",                  error("WARNING: revoked key for %s attempted authentication",
                     found->host);                      host);
         else if (host_status == HOST_OK)          else if (host_status == HOST_OK)
                 debug("%s: key for %s found at %s:%ld", __func__,                  debug("%s: key for %s found at %s:%ld", __func__,
                     found->host, found->file, found->line);                      found->host, found->file, found->line);

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142