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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.290 and 1.291

version 1.290, 2018/01/23 05:17:04 version 1.291, 2018/01/23 05:27:21
Line 605 
Line 605 
         if (mismatch)          if (mismatch)
                 fatal("Protocol major versions differ: %d vs. %d",                  fatal("Protocol major versions differ: %d vs. %d",
                     PROTOCOL_MAJOR_2, remote_major);                      PROTOCOL_MAJOR_2, remote_major);
         if ((datafellows & SSH_BUG_DERIVEKEY) != 0)  
                 fatal("Server version \"%.100s\" uses unsafe key agreement; "  
                     "refusing connection", remote_version);  
         if ((datafellows & SSH_BUG_RSASIGMD5) != 0)          if ((datafellows & SSH_BUG_RSASIGMD5) != 0)
                 logit("Server version \"%.100s\" uses unsafe RSA signature "                  logit("Server version \"%.100s\" uses unsafe RSA signature "
                     "scheme; disabling use of RSA keys", remote_version);                      "scheme; disabling use of RSA keys", remote_version);

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291