geerlingguy / ansible-role-security

Ansible Role - Security

Home Page:https://galaxy.ansible.com/geerlingguy/security/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insecure pemissions on sshd_config file should be 0600

nickerejv opened this issue · comments

Hi there,

The file permission on /etc/ssh/sshd_config should be set to 0600, which is the default on Centos and other distributions.
Please correct line 14 in the file: ssh.yml which currently looks as per below:

mode: 0644

regards
Nikolay

PS in Jeef's pod cast showing the same thing, the permissions are just fine :-)
https://youtu.be/gV_16dU7XjM?list=PL2_OBreMn7FqZkvMYt6ATmgC0KAGGJNAN&t=3029

commented

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

commented

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.