Removed sshd_config_files because it leaded to bugs and is not neccessary

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-11 16:01:03 +01:00
parent a213db0de3
commit e865e54777
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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