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

Diff for /src/usr.bin/ssh/ssh.c between version 1.573 and 1.574

version 1.573, 2022/02/08 08:59:12 version 1.574, 2022/03/30 04:33:09
Line 670 
Line 670 
   
  again:   again:
         while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"          while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"
             "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) {              "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) { /* HUZdhjruz */
                 switch (opt) {                  switch (opt) {
                 case '1':                  case '1':
                         fatal("SSH protocol v.1 is no longer supported");                          fatal("SSH protocol v.1 is no longer supported");

Legend:
Removed from v.1.573  
changed lines
  Added in v.1.574