[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.57 and 1.57.2.2

version 1.57, 2002/03/20 19:12:25 version 1.57.2.2, 2002/10/11 14:51:52
Line 97 
Line 97 
         int     challenge_response_authentication;          int     challenge_response_authentication;
         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     use_login;      /* If true, login(1) is used */          int     use_login;      /* If true, login(1) is used */
           int     compression;    /* If true, compression is allowed */
         int     allow_tcp_forwarding;          int     allow_tcp_forwarding;
         u_int num_allow_users;          u_int num_allow_users;
         char   *allow_users[MAX_ALLOW_USERS];          char   *allow_users[MAX_ALLOW_USERS];

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.57.2.2