openstack-ansible-lxc_hosts/releasenotes/notes/PermitRootLogin-chages-7ce97df6d612223e.yaml
Marc Gariepy 3f2f82a5b1 Change default for sshd to only all keybased auth
Set PermitRootLogin to prohibit-password instead of yes.

Change-Id: Ifde08c43c29a6c437d622399ea48be96c0ac3432
2018-02-01 15:55:30 +00:00

8 lines
279 B
YAML

---
security:
- The PermitRootLogin in sshd_config changed from 'yes'
to 'prohibit-password' in the containers. By default
there is no password set in the containers but the ssh
pub key from the deployment host is injected in the
targets nodes authorized_keys.