comparison dropbear.8 @ 1442:517c67cbcd31

dropbear server: support -T max auth tries Add support for '-T n' for a run-time specification for maximum number of authentication attempts where 'n' is between 1 and compile time option MAX_AUTH_TRIES. A default number of tries can be specified at compile time using 'DEFAULT_AUTH_TRIES' which itself defaults to MAX_AUTH_TRIES for backwards compatibility. Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
author Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
date Mon, 29 May 2017 10:25:09 +0100
parents ee2ffa044c7e
children a3a96dbf9a58
comparison
equal deleted inserted replaced
1438:4f8eb331174f 1442:517c67cbcd31
89 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed. 89 if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
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
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)
96 .TP
94 .B \-c \fIforced_command 97 .B \-c \fIforced_command
95 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
96 overrides any authorized_keys command= option. 99 overrides any authorized_keys command= option.
97 .TP 100 .TP
98 .B \-V 101 .B \-V