summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-25 10:21:35 -0700
committerTim Smith <tsmith@chef.io>2017-11-28 14:53:18 -0800
commitea443929e61fccf6ea359c991e85df94e80ef7e4 (patch)
treee86a39c5928307452d2c9d74d13b54c20ad07931
parent03336b2e0a62a81184153c93417ebdb23ee0a595 (diff)
downloadchef-ea443929e61fccf6ea359c991e85df94e80ef7e4.tar.gz
Remove use_privilege_separation openssh config
This is actually on by default and the config has been removed in newer openssh releases which breaks distros pulling in those versions like Fedora Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/attributes/default.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/attributes/default.rb b/kitchen-tests/cookbooks/base/attributes/default.rb
index 0fd3855a6c..e22dfa9fae 100644
--- a/kitchen-tests/cookbooks/base/attributes/default.rb
+++ b/kitchen-tests/cookbooks/base/attributes/default.rb
@@ -43,7 +43,6 @@ default["openssh"]["server"]["challenge_response_authentication"] = "no"
default["openssh"]["server"]["kerberos_authentication"] = "no"
# tcp keepalives are useful to keep connections up through VPNs and firewalls
default["openssh"]["server"]["tcp_keepalive"] = "yes"
-default["openssh"]["server"]["use_privilege_separation"] = "yes" unless platform?("fedora")
default["openssh"]["server"]["max_start_ups"] = "10"
# PAM (i think) already prints the motd on login
default["openssh"]["server"]["print_motd"] = "no"