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

--- Comment #1 from Akshay <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to