diff --git a/roles/init-server/templates/sshd_config.d/sftp.conf.j2 b/roles/init-server/templates/sshd_config.d/sftp.conf.j2 deleted file mode 100644 index c0e47e2..0000000 --- a/roles/init-server/templates/sshd_config.d/sftp.conf.j2 +++ /dev/null @@ -1,9 +0,0 @@ -{% for item in ftp_groups.results %} -Match Group {{ item.name }} - ForceCommand internal-sftp -d /%u - ChrootDirectory /srv/{{ item.name}} - AllowAgentForwarding no - AllowTcpForwarding no - X11Forwarding no - -{% endfor %} \ No newline at end of file