[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.33 and 1.34

version 1.33, 2018/01/23 05:27:21 version 1.34, 2018/07/03 11:39:54
Line 110 
Line 110 
                     "signature format");                      "signature format");
                 goto done;                  goto done;
         }          }
         if (match_pattern_list(sshkey_ssh_name(key),          if (match_pattern_list(pkalg, options.hostbased_key_types, 0) != 1) {
             options.hostbased_key_types, 0) != 1) {  
                 logit("%s: key type %s not in HostbasedAcceptedKeyTypes",                  logit("%s: key type %s not in HostbasedAcceptedKeyTypes",
                     __func__, sshkey_type(key));                      __func__, sshkey_type(key));
                 goto done;                  goto done;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34