From: Peter Palfrader Date: Fri, 2 Feb 2018 09:31:32 +0000 (+0100) Subject: sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=076434db5d9d6ce4df0cfa87b84db5945b826876;p=mirror%2Fdsa-puppet.git sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox which seems better --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 4b591fef0..682860687 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -21,7 +21,6 @@ HostKey /etc/ssh/ssh_host_rsa_key <%- if has_variable?("has_etc_ssh_ssh_host_ed25519_key") && @has_etc_ssh_ssh_host_ed25519_key -%> HostKey /etc/ssh/ssh_host_ed25519_key <% end %> -UsePrivilegeSeparation yes # Authentication: PermitRootLogin without-password