File: [engine/examples/running_ssh_service.md](https://docs.docker.com/engine/examples/running_ssh_service/), CC @mstanleyjones When creating the sshd example from the example Dockerfile at [engine/examples/running_ssh_service.md](https://docs.docker.com/engine/examples/running_ssh_service/), 'prohibit-password' was used in the sed command but 'without-password' was the default value in my default /etc/ssh/sshd_config file.