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

Diff for /src/usr.bin/ssh/sshd.c between version 1.454 and 1.455

version 1.454, 2015/07/10 06:21:53 version 1.455, 2015/07/15 08:00:11
Line 761 
Line 761 
                 key = sensitive_data.host_keys[i];                  key = sensitive_data.host_keys[i];
                 if (key == NULL)                  if (key == NULL)
                         key = sensitive_data.host_pubkeys[i];                          key = sensitive_data.host_pubkeys[i];
                 if (key == NULL)                  if (key == NULL && key->type != KEY_RSA1)
                         continue;                          continue;
                 /* Check that the key is accepted in HostkeyAlgorithms */                  /* Check that the key is accepted in HostkeyAlgorithms */
                 if (match_pattern_list(sshkey_ssh_name(key),                  if (match_pattern_list(sshkey_ssh_name(key),

Legend:
Removed from v.1.454  
changed lines
  Added in v.1.455