summaryrefslogtreecommitdiffhomepage
path: root/dropbear.8
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-25 23:37:44 +0800
committerGitHub <noreply@github.com>2017-06-25 23:37:44 +0800
commitddbc8113a9b7ab6c3a5b636f4040951f6bd22b2f (patch)
treeb1391e09183c04bdf95eee822619385fc498f457 /dropbear.8
parent65115b91596bd940882c9ab7a8318b1d9e9b89ea (diff)
parente2551012993ea913e23012774330da926366487f (diff)
Merge pull request #47 from kdarbyshirebryant/mastermaxauth
dropbear server: support -T max auth tries
Diffstat (limited to 'dropbear.8')
-rw-r--r--dropbear.83
1 files changed, 3 insertions, 0 deletions
diff --git a/dropbear.8 b/dropbear.8
index be73372..2d5f32a 100644
--- a/dropbear.8
+++ b/dropbear.8
@@ -91,6 +91,9 @@ if 0 disables keepalives. If no response is received for 3 consecutive keepalive
.B \-I \fIidle_timeout
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)
+.TP
.B \-c \fIforced_command
Disregard the command provided by the user and always run \fIforced_command\fR. This also
overrides any authorized_keys command= option.