mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Removed sshd_config_files because it leaded to bugs and is not neccessary
This commit is contained in:
parent
a213db0de3
commit
e865e54777
@ -110,9 +110,6 @@ PrintMotd no # pam does that
|
|||||||
# override default of no subsystems
|
# override default of no subsystems
|
||||||
Subsystem sftp /usr/lib/ssh/sftp-server
|
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
|
# Example of overriding settings on a per-user basis
|
||||||
#Match User anoncvs
|
#Match User anoncvs
|
||||||
# X11Forwarding no
|
# X11Forwarding no
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
- name: create sshd_config_files directory
|
|
||||||
file:
|
|
||||||
path: /etc/ssh/sshd_config_files
|
|
||||||
state: directory
|
|
||||||
- name: create sshd_config
|
- name: create sshd_config
|
||||||
copy:
|
copy:
|
||||||
src: sshd_config
|
src: sshd_config
|
||||||
|
Loading…
Reference in New Issue
Block a user