Revert "evolinux-base: Create custom SSH configuration file"

This reverts commit f7ceaf2fb6.
This commit is contained in:
Alexis Ben Miloud--Josselin 2024-05-24 11:48:17 +02:00
parent f7ceaf2fb6
commit 8ad55d9a84
2 changed files with 0 additions and 10 deletions

View file

@ -13,8 +13,6 @@ The **patch** part is incremented if multiple releases happen the same month
### Added
* evolinux-base: Create custom SSH configuration file
### Changed
### Fixed

View file

@ -16,14 +16,6 @@
dest: /etc/ssh/sshd_config.d/z-evolinux-defaults.conf
mode: "0644"
- name: create custom SSH server configuration file
ansible.builtin.file:
path: /etc/ssh/sshd_config.d/zzz-evolinux-custom.conf
state: touch
mode: "0644"
modification_time: preserve
access_time: preserve
# Should we allow the current user?
- name: Allow the current user
block: