[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.61 and 1.61.2.1

version 1.61, 2005/06/17 02:44:33 version 1.61.2.1, 2006/02/03 03:01:58
Line 84 
Line 84 
                 /* Wait for server's response. */                  /* Wait for server's response. */
                 type = packet_read();                  type = packet_read();
   
                 /* The server sends failure if it doesn\'t like our key or                  /* The server sends failure if it doesn't like our key or
                    does not support RSA authentication. */                     does not support RSA authentication. */
                 if (type == SSH_SMSG_FAILURE) {                  if (type == SSH_SMSG_FAILURE) {
                         debug("Server refused our key.");                          debug("Server refused our key.");
Line 215 
Line 215 
         type = packet_read();          type = packet_read();
   
         /*          /*
          * The server responds with failure if it doesn\'t like our key or           * The server responds with failure if it doesn't like our key or
          * doesn\'t support RSA authentication.           * doesn't support RSA authentication.
          */           */
         if (type == SSH_SMSG_FAILURE) {          if (type == SSH_SMSG_FAILURE) {
                 debug("Server refused our key.");                  debug("Server refused our key.");

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.61.2.1