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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.153 and 1.154

version 1.153, 2023/06/21 05:06:04 version 1.154, 2023/12/20 00:06:25
Line 478 
Line 478 
   
         /*          /*
          * Read the server banner as per RFC4253 section 4.2.  The "SSH-"           * Read the server banner as per RFC4253 section 4.2.  The "SSH-"
          * protocol identification string may be preceeded by an arbitrarily           * protocol identification string may be preceded by an arbitrarily
          * large banner which we must read and ignore.  Loop while reading           * large banner which we must read and ignore.  Loop while reading
          * newline-terminated lines until we have one starting with "SSH-".           * newline-terminated lines until we have one starting with "SSH-".
          * The ID string cannot be longer than 255 characters although the           * The ID string cannot be longer than 255 characters although the
          * preceeding banner lines may (in which case they'll be discarded           * preceding banner lines may (in which case they'll be discarded
          * in multiple iterations of the outer loop).           * in multiple iterations of the outer loop).
          */           */
         for (;;) {          for (;;) {

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154