[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.154 and 1.155

version 1.154, 2021/04/03 06:18:40 version 1.155, 2021/07/02 05:11:21
Line 146 
Line 146 
         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     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     permit_user_env;        /* If true, read ~/.ssh/environment */

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155