refactor: restructured project for higher-utility naming practices and optimized data structures for variables
This commit is contained in:
5
roles/bootstrap/templates/sshd_config.d/denyroot.conf.j2
Normal file
5
roles/bootstrap/templates/sshd_config.d/denyroot.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if root_login_allowed %}
|
||||
PermitRootLogin yes
|
||||
{% else %}
|
||||
PermitRootLogin no
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user