[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.48 and 1.49

version 1.48, 2021/12/19 22:12:07 version 1.49, 2022/01/06 22:01:14
Line 107 
Line 107 
                 goto done;                  goto done;
         }          }
         if (match_pattern_list(pkalg, options.hostbased_accepted_algos, 0) != 1) {          if (match_pattern_list(pkalg, options.hostbased_accepted_algos, 0) != 1) {
                 logit_f("key type %s not in HostbasedAcceptedAlgorithms",                  logit_f("signature algorithm %s not in "
                     sshkey_type(key));                      "HostbasedAcceptedAlgorithms", pkalg);
                 goto done;                  goto done;
         }          }
         if ((r = sshkey_check_cert_sigtype(key,          if ((r = sshkey_check_cert_sigtype(key,

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49