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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.38 and 1.39

version 1.38, 2001/01/22 17:22:28 version 1.39, 2001/01/22 23:06:40
Line 513 
Line 513 
         int type;          int type;
         int plen;          int plen;
   
           if (options.challenge_reponse_authentication)
                   options.kbd_interactive_authentication = 1;
   
         debug("send SSH2_MSG_SERVICE_REQUEST");          debug("send SSH2_MSG_SERVICE_REQUEST");
         packet_start(SSH2_MSG_SERVICE_REQUEST);          packet_start(SSH2_MSG_SERVICE_REQUEST);
         packet_put_cstring("ssh-userauth");          packet_put_cstring("ssh-userauth");

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39