From bd13df972e2737911f11ff62ad6704a82e833a4b Mon Sep 17 00:00:00 2001
From: Menno van Rahden <mvrahden@ymail.com>
Date: Sun, 17 Mar 2019 01:53:18 +0000
Subject: docker: remove deprecated option (#5650)

This line has been removed in respect to the OpenSSH spec update with Version 7.5 (https://www.openssh.com/txt/release-7.5)
---
 docker/sshd_config | 1 -
 1 file changed, 1 deletion(-)

(limited to 'docker/sshd_config')

diff --git a/docker/sshd_config b/docker/sshd_config
index 30c4e23c..72377050 100644
--- a/docker/sshd_config
+++ b/docker/sshd_config
@@ -11,6 +11,5 @@ HostKey /data/ssh/ssh_host_ed25519_key
 PermitRootLogin no
 AuthorizedKeysFile	.ssh/authorized_keys
 PasswordAuthentication no
-UsePrivilegeSeparation no
 PermitUserEnvironment yes
 AllowUsers git
-- 
cgit v1.2.3