disable UsePrivilegeSeparation in sshd configuration, fixes #122

This commit is contained in:
Sameer Naik 2014-08-16 15:55:56 +05:30
parent 34ef48b1ad
commit 7ff2c1f5ff
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Changelog
**latest**
- disable UsePrivilegeSeparation in sshd configuration, fixes #122
- added OAUTH_BLOCK_AUTO_CREATED_USERS configuration option
- added OAUTH_ALLOW_SSO configuration option
- added github oauth configuration support

View File

@ -90,6 +90,7 @@ EOF
# disable pam authentication for sshd
sed 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
sed 's/UsePrivilegeSeparation yes/UsePrivilegeSeparation no/' -i /etc/ssh/sshd_config
# configure supervisor to start sshd
mkdir -p /var/run/sshd