diff options
author | Menno van Rahden <mvrahden@ymail.com> | 2019-03-17 01:53:18 +0000 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2019-03-16 21:53:18 -0400 |
commit | bd13df972e2737911f11ff62ad6704a82e833a4b (patch) | |
tree | 01b058e3a4d6216080af13837339a9bdefad9703 /docker/sshd_config | |
parent | a971910723770217f46d31e907c22992a104c988 (diff) |
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)
Diffstat (limited to 'docker/sshd_config')
-rw-r--r-- | docker/sshd_config | 1 |
1 files changed, 0 insertions, 1 deletions
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 |