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

Diff for /src/usr.bin/ssh/servconf.c between version 1.170 and 1.171

version 1.170, 2007/03/01 10:28:02 version 1.171, 2007/03/09 05:20:06
Line 1344 
Line 1344 
         if (bad_options > 0)          if (bad_options > 0)
                 fatal("%s: terminating, %d bad configuration options",                  fatal("%s: terminating, %d bad configuration options",
                     filename, bad_options);                      filename, bad_options);
   
         /* challenge-response is implemented via keyboard interactive */  
         if (options->challenge_response_authentication == 1)  
                 options->kbd_interactive_authentication = 1;  
 }  }

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171