aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-21 17:39:18 +0100
committerbinary <me@rgoncalves.se>2020-12-21 17:39:18 +0100
commit873867d0ac51dbf9ba10cab900914654b19a35fb (patch)
tree97894384dad365a5a5c180cad607ff1d970329a2 /roles/sshd
parent5e87f51a589cdf64b66649d5a101a00484e8b9ea (diff)
downloadinfrastructure-873867d0ac51dbf9ba10cab900914654b19a35fb.tar.gz
Fix sftp for linux sshfs
Diffstat (limited to 'roles/sshd')
-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.