diff options
Diffstat (limited to 'default_options.h.in')
-rw-r--r-- | default_options.h.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/default_options.h.in b/default_options.h.in index d4b6b8b..c44fb97 100644 --- a/default_options.h.in +++ b/default_options.h.in @@ -258,13 +258,10 @@ Homedir is prepended unless path begins with / */ * come from many IPs */ #define MAX_UNAUTH_CLIENTS 30 -/* Maximum number of failed authentication tries (server option) */ +/* Default maximum number of failed authentication tries (server option) */ +/* -T server option overrides */ #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" |