From b30f6b4099d489f88673325b1f9e6e29c823f476 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 15 Aug 2018 19:58:12 -0300 Subject: [PATCH] Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722) Signed-off-by: Andrew Phillips --- docker/etc/ssh/sshd_config | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/etc/ssh/sshd_config b/docker/etc/ssh/sshd_config index 0248a2e8d..62f05cf71 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