[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.41 and 1.42

version 1.41, 2019/09/06 04:53:27 version 1.42, 2019/11/25 00:51:37
Line 150 
Line 150 
         if (PRIVSEP(hostbased_key_allowed(ssh, authctxt->pw, cuser,          if (PRIVSEP(hostbased_key_allowed(ssh, authctxt->pw, cuser,
             chost, key)) &&              chost, key)) &&
             PRIVSEP(sshkey_verify(key, sig, slen,              PRIVSEP(sshkey_verify(key, sig, slen,
             sshbuf_ptr(b), sshbuf_len(b), pkalg, ssh->compat)) == 0)              sshbuf_ptr(b), sshbuf_len(b), pkalg, ssh->compat, NULL)) == 0)
                 authenticated = 1;                  authenticated = 1;
   
         auth2_record_key(authctxt, authenticated, key);          auth2_record_key(authctxt, authenticated, key);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42