projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d3ea6
)
sshd_config: Remove UsePrivilegeSeparation yes. on stretch the default is sandbox...
author
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Feb 2018 09:31:32 +0000
(10:31 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Feb 2018 09:31:32 +0000
(10:31 +0100)
modules/ssh/templates/sshd_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/sshd_config.erb
b/modules/ssh/templates/sshd_config.erb
index
4b591fe
..
6828606
100644
(file)
--- 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