Re: [LEDE-DEV] [PATCH 2/2] dropbear: limit max auth tries from 10 to 3

2017-06-27 Thread Stijn Tintel
On 25-06-17 22:40, Kevin Darbyshire-Bryant wrote: > 10 attempts at login before dropping connection is too many, 3 tries and > you're out. > As we are changing a default, it might annoy users for whatever reason. Since this is done at compile time, there is no easy way to revert to the old behaviou

[LEDE-DEV] [PATCH 2/2] dropbear: limit max auth tries from 10 to 3

2017-06-25 Thread Kevin Darbyshire-Bryant
10 attempts at login before dropping connection is too many, 3 tries and you're out. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dropbear/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/dropbear/Makefile b/package