aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd/templates')
-rw-r--r--roles/sshd/templates/sshd_config.j22
1 files changed, 1 insertions, 1 deletions
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 %}
remember that computers suck.