diff --git a/roles/native-sshd/files/sshd_config b/roles/native-sshd/files/sshd_config index c03dd62e..c5057301 100644 --- a/roles/native-sshd/files/sshd_config +++ b/roles/native-sshd/files/sshd_config @@ -110,9 +110,6 @@ PrintMotd no # pam does that # override default of no subsystems Subsystem sftp /usr/lib/ssh/sftp-server -# Include specific configuration files -Include /etc/ssh/sshd_config_files/* - # Example of overriding settings on a per-user basis #Match User anoncvs # X11Forwarding no diff --git a/roles/native-sshd/tasks/main.yml b/roles/native-sshd/tasks/main.yml index 8c3437dd..49c14b8f 100644 --- a/roles/native-sshd/tasks/main.yml +++ b/roles/native-sshd/tasks/main.yml @@ -1,7 +1,3 @@ -- name: create sshd_config_files directory - file: - path: /etc/ssh/sshd_config_files - state: directory - name: create sshd_config copy: src: sshd_config