From 076434db5d9d6ce4df0cfa87b84db5945b826876 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 2 Feb 2018 10:31:32 +0100 Subject: [PATCH] sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox which seems better --- modules/ssh/templates/sshd_config.erb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1