[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.91 and 1.92

version 1.91, 2001/01/21 19:05:59 version 1.92, 2001/01/30 22:48:52
Line 705 
Line 705 
                 if (options.strict_host_key_checking == 1) {                  if (options.strict_host_key_checking == 1) {
                         fatal("Exiting, you have requested strict checking.");                          fatal("Exiting, you have requested strict checking.");
                 } else if (options.strict_host_key_checking == 2) {                  } else if (options.strict_host_key_checking == 2) {
                         if (!read_yes_or_no("Continue?", -1))                          if (!read_yes_or_no("Are you sure you want " \
                               "to continue connecting (yes/no)? ", -1))
                                 fatal("Aborted by user!\n");                                  fatal("Aborted by user!\n");
                 }                  }
         }          }

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92