From: Peter Müller Date: Mon, 8 Oct 2018 17:30:09 +0000 (+0200) Subject: fix broken SFTP in OpenSSH server X-Git-Tag: v2.21-core125~47 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=1223078cde69625946a7f6a444b8dddf8926d335 fix broken SFTP in OpenSSH server Fixes #11887 The second version of this patch uses the correct path on IPFire systems and supersedes the first one. It also referrs to the correct issue ID. Thanks to Matthias Fischer for reporting this. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config index 60bb0a9e63..a248c49066 100644 --- a/config/ssh/sshd_config +++ b/config/ssh/sshd_config @@ -75,4 +75,7 @@ ClientAliveInterval 10 # close unresponsive SSH sessions which fail to answer keep-alive ClientAliveCountMax 6 +# add support for SFTP +Subsystem sftp /usr/lib/openssh/sftp-server + # EOF