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

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.43 and 1.44

version 1.43, 2020/10/18 11:32:01 version 1.44, 2021/01/26 00:49:30
Line 213 
Line 213 
         debug2_f("access allowed by auth_rhosts2");          debug2_f("access allowed by auth_rhosts2");
   
         if (sshkey_is_cert(key) &&          if (sshkey_is_cert(key) &&
             sshkey_cert_check_authority(key, 1, 0, lookup, &reason)) {              sshkey_cert_check_authority(key, 1, 0, 0, lookup, &reason)) {
                 error("%s", reason);                  error("%s", reason);
                 auth_debug_add("%s", reason);                  auth_debug_add("%s", reason);
                 return 0;                  return 0;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44