mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6096ad9a5d
commit
1223078cde
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user