From d501e235bb784885b3bd59843d701b1e546ad492 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 12 Aug 2023 09:07:03 +0300 Subject: [PATCH] Move custom sshd_config to /etc/ssh/sshd_config.d/ openssh 9.4p1-2 changed /etc/ssh/sshd_config to add support for drop-in files in /etc/ssh/sshd_config.d/. Using drop-in files avoids needing to keep up with changes to the default /etc/ssh/sshd_config. --- CHANGELOG.rst | 1 + .../etc/ssh/{sshd_config => sshd_config.d/10-archiso.conf} | 0 .../etc/ssh/{sshd_config => sshd_config.d/10-archiso.conf} | 0 3 files changed, 1 insertion(+) rename configs/baseline/airootfs/etc/ssh/{sshd_config => sshd_config.d/10-archiso.conf} (100%) rename configs/releng/airootfs/etc/ssh/{sshd_config => sshd_config.d/10-archiso.conf} (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d9546f..c6f6296 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,7 @@ Changed - Mount ``/etc/pacman.d/gnupg`` on tmpfs with option ``noswap`` instead of using ramfs. This ensures there is a limit to the file system size. - Enable systemd-networkd's support for IPv6 Privacy Extensions globally instead of per-connection. +- Moved custom ``sshd_config`` files to ``/ssh/sshd_config.d/10-archiso.conf`` Deprecated ---------- diff --git a/configs/baseline/airootfs/etc/ssh/sshd_config b/configs/baseline/airootfs/etc/ssh/sshd_config.d/10-archiso.conf similarity index 100% rename from configs/baseline/airootfs/etc/ssh/sshd_config rename to configs/baseline/airootfs/etc/ssh/sshd_config.d/10-archiso.conf diff --git a/configs/releng/airootfs/etc/ssh/sshd_config b/configs/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf similarity index 100% rename from configs/releng/airootfs/etc/ssh/sshd_config rename to configs/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf