emberstack / docker-sftp

SFTP Server for Docker
MIT License
196 stars 51 forks source link

add init process to reap zombie sshd processes #23

Closed antoinedeschenes closed 4 years ago

antoinedeschenes commented 4 years ago

Every failed logins leave a zombie sshd process behind in the container, eventually requiring a node restart as the only possible fix. Add init process to reap zombie processes correctly.

antoinedeschenes commented 4 years ago

@winromulus

winromulus commented 4 years ago

/AzurePipelines run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines successfully started running 1 pipeline(s).
winromulus commented 4 years ago

@antoinedeschenes - awesome contribution, as always!