Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-08-12 09:07:03 +0300
committernl6720 <nl6720@gmail.com>2023-08-26 10:54:26 +0300
commitd501e235bb784885b3bd59843d701b1e546ad492 (patch)
treead10121b54b5dac9870025c58c0af3860009a02b
parent9bb29f39805f38b1fecd6c6b5660ed124202f930 (diff)
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.
-rw-r--r--CHANGELOG.rst1
-rw-r--r--configs/baseline/airootfs/etc/ssh/sshd_config.d/10-archiso.conf (renamed from configs/baseline/airootfs/etc/ssh/sshd_config)0
-rw-r--r--configs/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf (renamed from configs/releng/airootfs/etc/ssh/sshd_config)0
3 files changed, 1 insertions, 0 deletions
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
index dc22c11..dc22c11 100644
--- a/configs/baseline/airootfs/etc/ssh/sshd_config
+++ b/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
index dc22c11..dc22c11 100644
--- a/configs/releng/airootfs/etc/ssh/sshd_config
+++ b/configs/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf