[Bug 3729] the new sshd does not work under the supervision of inetd

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Sep 12 11:13:34 AEST 2024


https://bugzilla.mindrot.org/show_bug.cgi?id=3729

--- Comment #7 from Darren Tucker <dtucker at dtucker.net> ---
> * `/sbin/sshd -i -ddd -E /tmp/sshd.log`

-d will put the server into debug mode which implies logging to stderr.
 -e does the same thing.  I think you want:


/sbin/sshd -i -oLogLevel=debug3 -E /tmp/sshd.log

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list