|
@@ -117,7 +117,7 @@ AllowUsers {{ ssh_allowed_users | join(' ') }}
|
|
AllowGroups {{ ssh_allowed_groups | join(' ') }}
|
|
AllowGroups {{ ssh_allowed_groups | join(' ') }}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
-{% if ssh_local_config is defined %}
|
|
|
|
|
|
+{% if ssh_local_config is defined and ssh_local_config %}
|
|
# Additional parameters
|
|
# Additional parameters
|
|
{{ ssh_local_config|join('\n') }}
|
|
{{ ssh_local_config|join('\n') }}
|
|
{% endif %}
|
|
{% endif %}
|