From b7e24fc3ea91de573c08e9163b2577f785ff48ef Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Fri, 24 May 2024 11:57:50 +0200 Subject: [PATCH] evolinux-base: Create custom SSH configuration file --- CHANGELOG.md | 1 + evolinux-base/tasks/ssh.included-files.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 151efbc7..71879157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The **patch** part is incremented if multiple releases happen the same month * evolinux-base: install evobackup-client (default: true) * munin: add linux_psi contrib plugin +* evolinux-base: Create custom SSH configuration file ### Changed diff --git a/evolinux-base/tasks/ssh.included-files.yml b/evolinux-base/tasks/ssh.included-files.yml index d134e857..2380161e 100644 --- a/evolinux-base/tasks/ssh.included-files.yml +++ b/evolinux-base/tasks/ssh.included-files.yml @@ -16,6 +16,14 @@ 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: