Skip to content

Corrections to running_ssh_service.md #1055

@mjhenke

Description

@mjhenke

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...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions