[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.33 and 1.34

version 1.33, 2001/01/08 22:29:05 version 1.34, 2001/01/19 12:45:27
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 */
 #ifdef SKEY  
         int     skey_authentication;    /* If true, permit s/key          int     skey_authentication;    /* If true, permit s/key
                                          * authentication. */                                           * authentication. */
 #endif  
         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.33  
changed lines
  Added in v.1.34