diff --git a/roles/server_install_ssh/templates/sshd_config.j2 b/roles/server_install_ssh/templates/sshd_config.j2 index c4cded6..c262552 100644 --- a/roles/server_install_ssh/templates/sshd_config.j2 +++ b/roles/server_install_ssh/templates/sshd_config.j2 @@ -14,4 +14,5 @@ AllowTcpForwarding no PermitEmptyPasswords no PrintMotd no UseDNS no -Compression no \ No newline at end of file +Compression no +Subsystem sftp /usr/lib/openssh/sftp-server \ No newline at end of file