[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.98 and 1.99

version 1.98, 2011/05/23 03:30:07 version 1.99, 2011/06/22 21:57:01
Line 36 
Line 36 
 #define PERMIT_NO_PASSWD        2  #define PERMIT_NO_PASSWD        2
 #define PERMIT_YES              3  #define PERMIT_YES              3
   
   /* use_privsep */
   #define PRIVSEP_OFF             0
   #define PRIVSEP_ON              1
   #define PRIVSEP_SANDBOX         2
   
 #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */  #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */
 #define DEFAULT_SESSIONS_MAX    10      /* Default for MaxSessions */  #define DEFAULT_SESSIONS_MAX    10      /* Default for MaxSessions */
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99