[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.44 and 1.45

version 1.44, 2021/01/26 00:49:30 version 1.45, 2021/01/26 05:32:21
Line 107 
Line 107 
                     "signature format");                      "signature format");
                 goto done;                  goto done;
         }          }
         if (match_pattern_list(pkalg, options.hostbased_key_types, 0) != 1) {          if (match_pattern_list(pkalg, options.hostbased_accepted_algos, 0) != 1) {
                 logit_f("key type %s not in HostbasedAcceptedKeyTypes",                  logit_f("key type %s not in HostbasedAcceptedAlgorithms",
                     sshkey_type(key));                      sshkey_type(key));
                 goto done;                  goto done;
         }          }

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