[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.120 and 1.121

version 1.120, 2000/06/26 21:59:18 version 1.121, 2000/07/05 21:35:56
Line 345 
Line 345 
                         break;                          break;
                 }                  }
                 if (remote_minor < 3) {                  if (remote_minor < 3) {
                         packet_disconnect("Your ssh version is too old and"                          packet_disconnect("Your ssh version is too old and "
                             "is no longer supported.  Please install a newer version.");                              "is no longer supported.  Please install a newer version.");
                 } else if (remote_minor == 3) {                  } else if (remote_minor == 3) {
                         /* note that this disables agent-forwarding */                          /* note that this disables agent-forwarding */

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121