diff options
author | binary <me@rgoncalves.se> | 2020-12-21 17:39:18 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-21 17:39:18 +0100 |
commit | 873867d0ac51dbf9ba10cab900914654b19a35fb (patch) | |
tree | 97894384dad365a5a5c180cad607ff1d970329a2 /roles/sshd | |
parent | 5e87f51a589cdf64b66649d5a101a00484e8b9ea (diff) | |
download | infrastructure-873867d0ac51dbf9ba10cab900914654b19a35fb.tar.gz |
Fix sftp for linux sshfs
Diffstat (limited to 'roles/sshd')
-rw-r--r-- | roles/sshd/templates/sshd_config.j2 | 2 |
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 %} |