diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h index aaf87cd18..819a028c8 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.h,v 1.83 2008/05/07 05:49:37 pyr Exp $ */ | 1 | /* $OpenBSD: servconf.h,v 1.84 2008/05/08 12:21:16 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -35,6 +35,7 @@ | |||
35 | #define PERMIT_YES 3 | 35 | #define PERMIT_YES 3 |
36 | 36 | ||
37 | #define DEFAULT_AUTH_FAIL_MAX 6 /* Default for MaxAuthTries */ | 37 | #define DEFAULT_AUTH_FAIL_MAX 6 /* Default for MaxAuthTries */ |
38 | #define DEFAULT_SESSIONS_MAX 10 /* Default for MaxSessions */ | ||
38 | 39 | ||
39 | /* Magic name for internal sftp-server */ | 40 | /* Magic name for internal sftp-server */ |
40 | #define INTERNAL_SFTP_NAME "internal-sftp" | 41 | #define INTERNAL_SFTP_NAME "internal-sftp" |
@@ -123,6 +124,7 @@ typedef struct { | |||
123 | int max_startups_rate; | 124 | int max_startups_rate; |
124 | int max_startups; | 125 | int max_startups; |
125 | int max_authtries; | 126 | int max_authtries; |
127 | int max_sessions; | ||
126 | char *banner; /* SSH-2 banner message */ | 128 | char *banner; /* SSH-2 banner message */ |
127 | int use_dns; | 129 | int use_dns; |
128 | int client_alive_interval; /* | 130 | int client_alive_interval; /* |