mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Fixed SFTP not working
sftp-server isn't located under `/usr/libexec/` (the directory doesn't exist). It's instead located at `/usr/lib/sftp-server`
This commit is contained in:
@@ -123,7 +123,7 @@ ChallengeResponseAuthentication no
|
||||
#Banner none
|
||||
|
||||
# override default of no subsystems
|
||||
Subsystem sftp /usr/libexec/sftp-server
|
||||
Subsystem sftp /usr/lib/sftp-server
|
||||
|
||||
# Example of overriding settings on a per-user basis
|
||||
#Match User anoncvs
|
||||
|
||||
Reference in New Issue
Block a user