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

Diff for /src/usr.bin/ssh/Attic/sshconnect1.c between version 1.8.2.5 and 1.8.2.6

version 1.8.2.5, 2001/09/27 00:15:43 version 1.8.2.6, 2001/11/15 00:15:00
Line 820 
Line 820 
         u_int clen;          u_int clen;
         char prompt[1024];          char prompt[1024];
         char *challenge, *response;          char *challenge, *response;
   
         debug("Doing challenge reponse authentication.");          debug("Doing challenge response authentication.");
   
         for (i = 0; i < options.number_of_password_prompts; i++) {          for (i = 0; i < options.number_of_password_prompts; i++) {
                 /* request a challenge */                  /* request a challenge */
                 packet_start(SSH_CMSG_AUTH_TIS);                  packet_start(SSH_CMSG_AUTH_TIS);
Line 982 
Line 982 
         k.type = KEY_RSA1;          k.type = KEY_RSA1;
         k.rsa = host_key;          k.rsa = host_key;
         if (verify_host_key(host, hostaddr, &k) == -1)          if (verify_host_key(host, hostaddr, &k) == -1)
                 fatal("host_key verification failed");                  fatal("Host key verification failed.");
   
         client_flags = SSH_PROTOFLAG_SCREEN_NUMBER | SSH_PROTOFLAG_HOST_IN_FWD_OPEN;          client_flags = SSH_PROTOFLAG_SCREEN_NUMBER | SSH_PROTOFLAG_HOST_IN_FWD_OPEN;
   

Legend:
Removed from v.1.8.2.5  
changed lines
  Added in v.1.8.2.6