don't try to resolve ListenAddress directives in the sshd re-exec
authordjm <djm@openbsd.org>
Fri, 18 Mar 2022 04:04:11 +0000 (04:04 +0000)
committerdjm <djm@openbsd.org>
Fri, 18 Mar 2022 04:04:11 +0000 (04:04 +0000)
commit91dc9dedda5239d7a1df4f2ceb89031105b9d0f4
tree19ab6e26689590a7324ae4a104b89cc5c0d9cc9f
parent66458c648904057f34cbcefb5776dafd3393d593
don't try to resolve ListenAddress directives in the sshd re-exec
path - we're never going to use the result and if the operation fails
then it can prevent connections from being accepted. Reported by
Aaron Poffenberger; with / ok dtucker@
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/sshd.c