[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.343 and 1.344

version 1.343, 2020/11/20 02:14:16 version 1.344, 2020/11/22 22:37:11
Line 1144 
Line 1144 
                  */                   */
                 if (options.strict_host_key_checking !=                  if (options.strict_host_key_checking !=
                     SSH_STRICT_HOSTKEY_OFF) {                      SSH_STRICT_HOSTKEY_OFF) {
                         error("%s host key for %.200s has changed and you have "                          error("Host key for %.200s has changed and you have "
                             "requested strict checking.", type, host);                              "requested strict checking.", host);
                         goto fail;                          goto fail;
                 }                  }
   

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344