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

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Sep 10 20:28:31 AEST 2024


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

--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
Unfortunately none of those logs are the sshd debug logs.  They should
look like this:

debug2: load_server_config: filename /etc/ssh/sshd_config
debug2: load_server_config: done config len = 2395
[...]
debug1: rexec_argv[1]='-ddd'
debug1: rexec_argv[2]='-p'
debug3: using /usr/libexec/sshd-session for re-exec
debug2: fd 7 setting O_NONBLOCK
debug1: Bind to port 2022 on 0.0.0.0.
Server listening on 0.0.0.0 port 2022.
debug2: fd 8 setting O_NONBLOCK
debug1: Bind to port 2022 on ::.
Server listening on :: port 2022.

>Server argv = sshd -i -e -ddd

Changing -e to -E/path/to/logfile should get that.

> ./configure --with-cflags=-DSANDBOX_SECCOMP_FILTER_DEBUG
> with this nothing has changed.

The extra messages we want will the last entries in the sshd debug
logs.

-- 
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