diff --git a/roles/common/templates/sshd_config_Ubuntu-14.04.j2 b/roles/common/templates/sshd_config_Ubuntu-14.04.j2 index 0bfde8c..80240c1 100644 --- a/roles/common/templates/sshd_config_Ubuntu-14.04.j2 +++ b/roles/common/templates/sshd_config_Ubuntu-14.04.j2 @@ -94,5 +94,5 @@ KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256, {% if ssh_allowed_users is defined and ssh_allowed_users %} # Is there a list of allowed users? # Is it populated? (An empty list is 'None', which evaluates as False in Python) -AllowUsers {{ ssh_allowed_users }} +AllowUsers {{ ssh_allowed_users }} provisioning {% endif %}