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

Diff for /src/usr.bin/ssh/servconf.h between version 1.85 and 1.86

version 1.85, 2008/06/10 04:50:25 version 1.86, 2008/11/04 08:22:13
Line 96 
Line 96 
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* If true, permit */          int     kbd_interactive_authentication; /* If true, permit */
         int     challenge_response_authentication;          int     challenge_response_authentication;
           int     zero_knowledge_password_authentication;
                                           /* If true, permit jpake auth */
         int     permit_empty_passwd;    /* If false, do not permit empty          int     permit_empty_passwd;    /* If false, do not permit empty
                                          * passwords. */                                           * passwords. */
         int     permit_user_env;        /* If true, read ~/.ssh/environment */          int     permit_user_env;        /* If true, read ~/.ssh/environment */

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86