comparison 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
comparison
equal deleted inserted replaced
1444:bfed37d12d90 1445:a3a96dbf9a58
90 .TP 90 .TP
91 .B \-I \fIidle_timeout 91 .B \-I \fIidle_timeout
92 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. 92 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
93 .TP 93 .TP
94 .B \-T \fImax_authentication_attempts 94 .B \-T \fImax_authentication_attempts
95 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) 95 Set the number of authentication attempts allowed per connection. If unspecified the default is 10 (MAX_AUTH_TRIES)
96 .TP 96 .TP
97 .B \-c \fIforced_command 97 .B \-c \fIforced_command
98 Disregard the command provided by the user and always run \fIforced_command\fR. This also 98 Disregard the command provided by the user and always run \fIforced_command\fR. This also
99 overrides any authorized_keys command= option. 99 overrides any authorized_keys command= option.
100 .TP 100 .TP