summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
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 /runopts.h
parent65115b91596bd940882c9ab7a8318b1d9e9b89ea (diff)
parente2551012993ea913e23012774330da926366487f (diff)
Merge pull request #47 from kdarbyshirebryant/mastermaxauth
dropbear server: support -T max auth tries
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index cecdc22..47c12f0 100644
--- a/runopts.h
+++ b/runopts.h
@@ -96,6 +96,7 @@ typedef struct svr_runopts {
int noauthpass;
int norootpass;
int allowblankpass;
+ unsigned int maxauthtries;
#if DROPBEAR_SVR_REMOTETCPFWD
int noremotetcp;