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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.48 and 1.49

version 1.48, 2015/05/01 03:23:51 version 1.49, 2015/05/04 06:10:48
Line 124 
Line 124 
                 logit("refusing previously-used %s key", key_type(key));                  logit("refusing previously-used %s key", key_type(key));
                 goto done;                  goto done;
         }          }
         if (match_pattern_list(sshkey_ssh_name(key), options.pubkey_key_types,          if (match_pattern_list(sshkey_ssh_name(key),
             strlen(options.pubkey_key_types), 0) != 1) {              options.pubkey_key_types, 0) != 1) {
                 logit("%s: key type %s not in PubkeyAcceptedKeyTypes",                  logit("%s: key type %s not in PubkeyAcceptedKeyTypes",
                     __func__, sshkey_ssh_name(key));                      __func__, sshkey_ssh_name(key));
                 goto done;                  goto done;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49