sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox...
authorPeter Palfrader <peter@palfrader.org>
Fri, 2 Feb 2018 09:31:32 +0000 (10:31 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 2 Feb 2018 09:31:32 +0000 (10:31 +0100)
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