From 873867d0ac51dbf9ba10cab900914654b19a35fb Mon Sep 17 00:00:00 2001 From: binary Date: Mon, 21 Dec 2020 17:39:18 +0100 Subject: Fix sftp for linux sshfs --- roles/sshd/templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/sshd/templates/sshd_config.j2 b/roles/sshd/templates/sshd_config.j2 index a11268e..865661f 100644 --- a/roles/sshd/templates/sshd_config.j2 +++ b/roles/sshd/templates/sshd_config.j2 @@ -21,5 +21,5 @@ ChallengeResponseAuthentication no UsePAM yes PrintMotd no UsePrivilegeSeparation sandbox -Subsystem sftp /usr/lib/ssh/sftp-server +Subsystem sftp /usr/lib/openssh/sftp-server {% endif %} -- cgit v1.2.3