[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.219 and 1.220

version 1.219, 2020/12/29 00:59:15 version 1.220, 2021/01/22 02:44:58
Line 937 
Line 937 
                         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.pubkey_key_types))                              options.pubkey_accepted_algos))
                                 break;                                  break;
                         allowed = user_key_allowed(ssh, authctxt->pw, key,                          allowed = user_key_allowed(ssh, authctxt->pw, key,
                             pubkey_auth_attempt, &opts);                              pubkey_auth_attempt, &opts);

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