diff --git a/templates/sshd_config.conf.j2 b/templates/sshd_config.conf.j2 index a64d3ec5aee62588efe3d8491095b4abbd9a734c..10f1fab7d9e6878065908eea93e2fce99979d4e1 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.