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

Diff for /src/usr.bin/ssh/monitor.c between version 1.220 and 1.221

version 1.220, 2021/01/22 02:44:58 version 1.221, 2021/01/26 05:32:21
Line 949 
Line 949 
                         if (auth2_key_already_used(authctxt, key))                          if (auth2_key_already_used(authctxt, key))
                                 break;                                  break;
                         if (!key_base_type_match(auth_method, key,                          if (!key_base_type_match(auth_method, key,
                             options.hostbased_key_types))                              options.hostbased_accepted_algos))
                                 break;                                  break;
                         allowed = hostbased_key_allowed(ssh, authctxt->pw,                          allowed = hostbased_key_allowed(ssh, authctxt->pw,
                             cuser, chost, key);                              cuser, chost, key);

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221