From b4835063e12aade536122b3002eb7a9e2155b7cf Mon Sep 17 00:00:00 2001 From: David Mehren <dmehren1@gmail.com> Date: Wed, 19 Feb 2020 16:41:28 +0100 Subject: [PATCH] Fix path to sftp-server binary --- templates/sshd_config.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd_config.conf.j2 b/templates/sshd_config.conf.j2 index a64d3ec..10f1fab 100644 --- a/templates/sshd_config.conf.j2 +++ b/templates/sshd_config.conf.j2 @@ -44,7 +44,7 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op LogLevel VERBOSE # Log sftp level file access (read/write/etc.) that would not be easily logged otherwise. -Subsystem sftp /usr/lib/ssh/sftp-server -f AUTHPRIV -l INFO +Subsystem sftp /usr/lib/openssh/sftp-server -f AUTHPRIV -l INFO # Use kernel sandbox mechanisms where possible in unprivileged processes # Systrace on OpenBSD, Seccomp on Linux, seatbelt on MacOSX/Darwin, rlimit elsewhere. -- GitLab