Check for and disallow MaxStartups values less than or equal to zero
authordtucker <dtucker@openbsd.org>
Mon, 7 Nov 2022 10:02:59 +0000 (10:02 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 7 Nov 2022 10:02:59 +0000 (10:02 +0000)
commit54b3d3ea4ebb280d6cb7587e19a830576977fbb9
tree92cc152b6c1d880123e45fbca21f509ebe877898
parentfab25f7eb656b49b75a3b4fdcc0d347aa512bbb2
Check for and disallow MaxStartups values less than or equal to zero
during config parsing, rather than faling later at runtime.  bz#3489,
ok djm@
usr.bin/ssh/servconf.c