Ended up having to recompile openssh-portable without tcp_wrappers
support to get this to work.  Not an issue since inetd is running with
"-Ww" but perhaps an indication of a libwrap bug.

Roger


On Thu, 5 Sep 2024, Dag-Erling Sm?rgrav wrote:
Have you considered simply specifying the full path to sshd in
inetd.conf?

That works, thanks.

< ssh  stream tcp nowait root /usr/local/sbin/sshd sshd -i
> ssh  stream tcp nowait root /usr/local/sbin/sshd /usr/local/sbin/sshd -i

Roger



Reply via email to