From 1406f8cbd443cd06880e86bdec17ee4d1c8d80f8 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Thu, 5 Nov 2015 13:04:56 -0800 Subject: [PATCH] more whitespace fix --- templates/ssh/sshd_config.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ssh/sshd_config.erb b/templates/ssh/sshd_config.erb index 5583772..b0f1ad1 100644 --- a/templates/ssh/sshd_config.erb +++ b/templates/ssh/sshd_config.erb @@ -71,6 +71,7 @@ GSSAPIStoreCredentialsOnRekey yes AuthenticationMethods gssapi-with-mic,keyboard-interactive:pam password,keyboard-interactive:pam KerberosAuthentication yes <% end -%> + <%- if (@rootloginwithpswd == 'yes') -%> # Allow root login with a password (use with care!) PermitRootLogin yes -- GitLab