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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.272 and 1.273

version 1.272, 2015/02/25 19:54:02 version 1.273, 2015/05/04 06:10:48
Line 2334 
Line 2334 
                 /* Check that the key is accepted in HostkeyAlgorithms */                  /* Check that the key is accepted in HostkeyAlgorithms */
                 if (options.hostkeyalgorithms != NULL &&                  if (options.hostkeyalgorithms != NULL &&
                     match_pattern_list(sshkey_ssh_name(key),                      match_pattern_list(sshkey_ssh_name(key),
                     options.hostkeyalgorithms,                      options.hostkeyalgorithms, 0) != 1) {
                     strlen(options.hostkeyalgorithms), 0) != 1) {  
                         debug3("%s: %s key not permitted by HostkeyAlgorithms",                          debug3("%s: %s key not permitted by HostkeyAlgorithms",
                             __func__, sshkey_ssh_name(key));                              __func__, sshkey_ssh_name(key));
                         continue;                          continue;

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273