diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:20:38 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:20:38 +0800 |
commit | 74ace058a634d3761725ba7f326ba89142029c39 (patch) | |
tree | bf747233b54274e9a21eb89e1c5edce198e65297 /dropbear.8 | |
parent | 96382d52ab5edc107adaf4464127f5e9974e40eb (diff) |
Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ if 0 disables keepalives. If no response is received for 3 consecutive keepalive 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 |