You've already forked base
biiiiig update !
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
PermitRootLogin no
|
||||
|
||||
{% if ssh_root_authorized_ips is defined %}
|
||||
{% for ip in ssh_root_authorized_ips %}
|
||||
Match Address {{ ip }}
|
||||
PermitRootLogin prohibit-password
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user