[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.34 and 1.35

version 1.34, 2001/01/19 12:45:27 version 1.35, 2001/01/22 23:06:40
Line 80 
Line 80 
         int     password_authentication;        /* If true, permit password          int     password_authentication;        /* If true, permit password
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* If true, permit */          int     kbd_interactive_authentication; /* If true, permit */
         int     skey_authentication;    /* If true, permit s/key          int     challenge_reponse_authentication;
                                          * authentication. */  
         int     permit_empty_passwd;    /* If false, do not permit empty          int     permit_empty_passwd;    /* If false, do not permit empty
                                          * passwords. */                                           * passwords. */
         int     use_login;      /* If true, login(1) is used */          int     use_login;      /* If true, login(1) is used */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35