diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-25 23:37:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 23:37:44 +0800 |
commit | ddbc8113a9b7ab6c3a5b636f4040951f6bd22b2f (patch) | |
tree | b1391e09183c04bdf95eee822619385fc498f457 /runopts.h | |
parent | 65115b91596bd940882c9ab7a8318b1d9e9b89ea (diff) | |
parent | e2551012993ea913e23012774330da926366487f (diff) |
Merge pull request #47 from kdarbyshirebryant/mastermaxauth
dropbear server: support -T max auth tries
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ typedef struct svr_runopts { int noauthpass; int norootpass; int allowblankpass; + unsigned int maxauthtries; #if DROPBEAR_SVR_REMOTETCPFWD int noremotetcp; |