-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Milestone
Description
File: engine/examples/running_ssh_service.md
The following RUN line should be changes:
from
RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
to
RUN sed -i 's/PermitRootLogin [a-zA-Z-]*/PermitRootLogin yes/' /etc/ssh/sshd_config
thus making it agnostic of image setting...