add a `sshd -G` option that parses and prints the effective
authordjm <djm@openbsd.org>
Fri, 10 Feb 2023 04:47:19 +0000 (04:47 +0000)
committerdjm <djm@openbsd.org>
Fri, 10 Feb 2023 04:47:19 +0000 (04:47 +0000)
commitdab22c7ce5b70526efcdf41e4f64a516cf8ff5e2
tree0bab0ddd79cedf758bcfcf911d25cfcb98b8aba9
parent6d26ad425b26c2dde64d6b8149d05c34f8fdf3ac
add a `sshd -G` option that parses and prints the effective
configuration without attempting to load private keys and perform
other checks. This allows usage of the option before keys have been
generated.

bz3460 feedback/ok dtucker@
usr.bin/ssh/sshd.8
usr.bin/ssh/sshd.c