Mercurial > dropbear
diff dropbear.8 @ 1445:a3a96dbf9a58
Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jun 2017 22:20:38 +0800 |
parents | 517c67cbcd31 |
children | 2e9b6d9c7e7d |
line wrap: on
line diff
--- a/dropbear.8 Tue Jun 27 22:18:18 2017 +0800 +++ b/dropbear.8 Tue Jun 27 22:20:38 2017 +0800 @@ -92,7 +92,7 @@ Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. .TP .B \-T \fImax_authentication_attempts -Disconnect the session if number of authentication attempts is exceeded. default is set at compile time to DEFAULT_AUTH_TRIES which itself defaults to MAX_AUTH_TRIES (10) +Set the number of authentication attempts allowed per connection. If unspecified the default is 10 (MAX_AUTH_TRIES) .TP .B \-c \fIforced_command Disregard the command provided by the user and always run \fIforced_command\fR. This also