dropbear: server support option '-T' max auth tries
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Sun, 25 Jun 2017 20:40:43 +0000 (21:40 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 28 Jun 2017 00:18:20 +0000 (02:18 +0200)
commit9aaf3d3501642640c9ec74268e671171c8de6103
treed5e4207af0ace058edbde3191d15d9994e1ffbf6
parent37c1513b1f98c93bf84bbcedd9782568e7d4abba
dropbear: server support option '-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 <kevin@darbyshire-bryant.me.uk>
package/network/services/dropbear/patches/010-runtime-maxauthtries.patch [new file with mode: 0644]
package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch