* [PATCH v2] fix broken SFTP in OpenSSH server
@ 2018-10-08 17:30 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2018-10-08 17:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 710 bytes --]
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(a)link38.eu>
---
config/ssh/sshd_config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config
index 60bb0a9e6..a248c4906 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
--
2.16.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-08 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 17:30 [PATCH v2] fix broken SFTP in OpenSSH server Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox