[Bug 2646] zombie processes when using privilege separation

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Dec 14 06:49:27 AEDT 2016


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

--- Comment #1 from Akshay <akshay.moghe at gmail.com> ---
Steps to reproduce the issue:

- using a docker container running phusion/baseimage:latest.
- modify sshd_config to explicitly enable UsePrivilegeSeparation
- start sshd
- trace the init process in the container
- ssh into the container, then exit
- notice that the init process ends up 'wait'ing for the zombied sshd

Alternatively

- hack up a 'init' process that simply launches sshd in the container
- log in , log out
- notice `ps auxf` listing in the container now has zombie ssh process

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list