Fix sftp-server path
This commit is contained in:
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- [SITE] Issues with root_domain variable with `wo site update`
|
- [SITE] Issues with root_domain variable with `wo site update`
|
||||||
|
- [SECURE] Wrong sftp-server path in sshd_config
|
||||||
|
|
||||||
### v3.9.9.1 - 2019-09-26
|
### v3.9.9.1 - 2019-09-26
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ AcceptEnv LANG LC_*
|
|||||||
LogLevel VERBOSE
|
LogLevel VERBOSE
|
||||||
|
|
||||||
# Log sftp level file access (read/write/etc.) that would not be easily logged otherwise.
|
# Log sftp level file access (read/write/etc.) that would not be easily logged otherwise.
|
||||||
Subsystem sftp /usr/lib/ssh/sftp-server -f AUTHPRIV -l INFO
|
Subsystem sftp /usr/lib/openssh/sftp-server -f AUTHPRIV -l INFO
|
||||||
|
|
||||||
# Host keys the client accepts - order here is honored by OpenSSH
|
# Host keys the client accepts - order here is honored by OpenSSH
|
||||||
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
|
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
|
||||||
|
|||||||
Reference in New Issue
Block a user