summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorAndrew Phillips <theasp@users.noreply.github.com>2018-08-15 19:58:12 -0300
committerLauris BH <lauris@nix.lv>2018-08-16 01:58:12 +0300
commitb30f6b4099d489f88673325b1f9e6e29c823f476 (patch)
treec61f5e45687d16bdf85ac0ab98dad546339a60db /docker
parentf24ba27d79d02c197ff5f11283010b681ec3579d (diff)
downloadgitea-b30f6b4099d489f88673325b1f9e6e29c823f476.tar.gz
gitea-b30f6b4099d489f88673325b1f9e6e29c823f476.zip
Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
Signed-off-by: Andrew Phillips <theasp@gmail.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/etc/ssh/sshd_config1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/etc/ssh/sshd_config b/docker/etc/ssh/sshd_config
index 0248a2e8dc..62f05cf714 100644
--- a/docker/etc/ssh/sshd_config
+++ b/docker/etc/ssh/sshd_config
@@ -29,4 +29,3 @@ AllowUsers git
Banner none
Subsystem sftp /usr/lib/ssh/sftp-server
-UsePrivilegeSeparation no