While debugging some other Docker image I noticed that the container did not really start and searching for that error it turned out there would be a really simple fix.
The sshd process did not start:
Missing privilege separation directory: /run/sshd
Ensure to create this directory and make sshd log messages to stderr.
While debugging some other Docker image I noticed that the container did not really start and searching for that error it turned out there would be a really simple fix.
The sshd process did not start:
Ensure to create this directory and make sshd log messages to stderr.
Fixes #564