Skip to content

Commit

Permalink
Use 'PermitRootLogin 'without-password''
Browse files Browse the repository at this point in the history
Since https://review.openstack.org/#/c/518013/7 merged we can now set
the value of security_sshd_permit_root_login to be 'without-password',
we should do this in favour of 'yes'.

Change-Id: I624d29752fca5a8cbf4cab455f32f0116b99ff82
  • Loading branch information
andymcc committed Nov 14, 2017
1 parent 006d266 commit d78e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ stig_version: rhel7
security_rhel7_enable_linux_security_module: "{{ ansible_os_family == 'RedHat' | ternary(false, true) }}"

# All our ansible tasks run as root user, we need to allow direct root login
security_sshd_permit_root_login: yes
security_sshd_permit_root_login: 'without-password'

0 comments on commit d78e63a

Please sign in to comment.