[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.135 and 1.135.2.1

version 1.135, 2002/09/19 01:58:18 version 1.135.2.1, 2003/04/01 00:12:14
Line 243 
Line 243 
          */           */
         int full_failure = 1;          int full_failure = 1;
   
         debug("ssh_connect: needpriv %d", needpriv);          debug2("ssh_connect: needpriv %d", needpriv);
   
         /* Get default port if port has not been set. */          /* Get default port if port has not been set. */
         if (port == 0) {          if (port == 0) {
Line 641 
Line 641 
                             "%s key fingerprint is %s.\n"                              "%s key fingerprint is %s.\n"
                             "Are you sure you want to continue connecting "                              "Are you sure you want to continue connecting "
                             "(yes/no)? ",                              "(yes/no)? ",
                              host, ip,                              host, ip,
                              has_keys ? ",\nbut keys of different type are already "                              has_keys ? ",\nbut keys of different type are already "
                              "known for this host." : ".",                              "known for this host." : ".",
                              type, fp);                              type, fp);
                         xfree(fp);                          xfree(fp);
                         if (!confirm(msg))                          if (!confirm(msg))
                                 goto fail;                                  goto fail;

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.135.2.1