Add ModuliFile keyword to sshd_config to specify the location of the
authordtucker <dtucker@openbsd.org>
Fri, 12 Mar 2021 04:08:19 +0000 (04:08 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 12 Mar 2021 04:08:19 +0000 (04:08 +0000)
commitd52d8133ea7b8feff5a692c9bfb39a9dad791404
treeaea1a4c686ced8d6868efaa435525ba1d3eea03a
parent971544661b24e34ed627a04d1b26779976f85174
Add ModuliFile keyword to sshd_config to specify the location of the
"moduli" file containing the groups for DH-GEX.  This will allow us to
run tests against arbitrary moduli files without having to install them.
ok djm@
usr.bin/ssh/dh.c
usr.bin/ssh/dh.h
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/sshd.c
usr.bin/ssh/sshd_config.5