mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
disable UsePrivilegeSeparation in sshd configuration, fixes #122
This commit is contained in:
parent
34ef48b1ad
commit
7ff2c1f5ff
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user