From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] fix broken SFTP in OpenSSH server Date: Sun, 07 Oct 2018 13:30:43 +0200 Message-ID: In-Reply-To: <20181001144213.6669-1-peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6498056855943435924==" List-Id: --===============6498056855943435924== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi, ..I just noticed...: On 01.10.2018 16:42, Peter Müller wrote: > Fixes #1887 > > Signed-off-by: Peter Müller > Cc: Michael Tremer > --- > config/ssh/sshd_config | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config > index 60bb0a9e6..3a4254526 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/ssh/sftp-server ^^^ Shouldn't this be '/usr/lib/openssh/...'!? ^^^^^^^ > + > # EOF > Best, Matthias --===============6498056855943435924==--