1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +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:
Joris van de Donk 2013-12-06 13:32:57 +01:00
parent 67a9684f0a
commit 0bcc88828e

View File

@ -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