sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox...
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 4b591fe..6828606 100644 (file)
@@ -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