diff options
Diffstat (limited to 'default_options.h.in')
-rw-r--r-- | default_options.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default_options.h.in b/default_options.h.in index 3a55731..d4b6b8b 100644 --- a/default_options.h.in +++ b/default_options.h.in @@ -261,6 +261,10 @@ Homedir is prepended unless path begins with / */ /* Maximum number of failed authentication tries (server option) */ #define MAX_AUTH_TRIES 10 +/* Default maximum number of failed authentication tries. + * defaults to MAX_AUTH_TRIES */ +#define DEFAULT_AUTH_TRIES MAX_AUTH_TRIES + /* The default file to store the daemon's process ID, for shutdown scripts etc. This can be overridden with the -P flag */ #define DROPBEAR_PIDFILE "/var/run/dropbear.pid" |