mirror of https://github.com/gogs/gogs.git
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)pull/5658/head
parent
a971910723
commit
bd13df972e
|
@ -11,6 +11,5 @@ HostKey /data/ssh/ssh_host_ed25519_key
|
||||||
PermitRootLogin no
|
PermitRootLogin no
|
||||||
AuthorizedKeysFile .ssh/authorized_keys
|
AuthorizedKeysFile .ssh/authorized_keys
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
UsePrivilegeSeparation no
|
|
||||||
PermitUserEnvironment yes
|
PermitUserEnvironment yes
|
||||||
AllowUsers git
|
AllowUsers git
|
||||||
|
|
Loading…
Reference in New Issue