From 0bcc88828e403976e0872ce573f192af6467a73e Mon Sep 17 00:00:00 2001 From: Joris van de Donk Date: Fri, 6 Dec 2013 13:32:57 +0100 Subject: [PATCH] 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` --- image/config/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/config/sshd_config b/image/config/sshd_config index ac74cd1..f494fa8 100644 --- a/image/config/sshd_config +++ b/image/config/sshd_config @@ -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