diff options
Diffstat (limited to 'default_options.h')
-rw-r--r-- | default_options.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default_options.h b/default_options.h index e7fad80..84adfab 100644 --- a/default_options.h +++ b/default_options.h @@ -385,6 +385,12 @@ Homedir is prepended unless path begins with / */ #define MAX_AUTH_TRIES 10 #endif +/* Default maximum number of failed authentication tries. + * defaults to MAX_AUTH_TRIES */ +#ifndef DEFAULT_AUTH_TRIES +#define DEFAULT_AUTH_TRIES MAX_AUTH_TRIES +#endif + /* The default file to store the daemon's process ID, for shutdown scripts etc. This can be overridden with the -P flag */ #ifndef DROPBEAR_PIDFILE |