diff options
Diffstat (limited to 'roles/sshd/templates/sshd_config.j2')
-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 %} |