From 6352eb1c086adf27d4dea0858d4c7d9299726149 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 May 2023 21:05:30 +0100 Subject: 2023-05-11-openssh: rename from 2023-05-08-openssh Signed-off-by: Sam James --- 2023-05-08-openssh/2023-05-08-openssh.en.txt | 27 --------------------------- 2023-05-11-openssh/2023-05-11-openssh.en.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 2023-05-08-openssh/2023-05-08-openssh.en.txt create mode 100644 2023-05-11-openssh/2023-05-11-openssh.en.txt diff --git a/2023-05-08-openssh/2023-05-08-openssh.en.txt b/2023-05-08-openssh/2023-05-08-openssh.en.txt deleted file mode 100644 index babbf0a..0000000 --- a/2023-05-08-openssh/2023-05-08-openssh.en.txt +++ /dev/null @@ -1,27 +0,0 @@ -Title: OpenSSH directory configuration changes -Author: Sam James -Posted: 2023-05-08 -Revision: 1 -News-Item-Format: 2.0 -Display-If-Installed: >=net-misc/openssh-9.3_p1-r1 - -Gentoo's OpenSSH package will start using the /etc/ssh/sshd_config.d -and /etc/ssh/ssh_config.d directories for both Gentoo default settings -and use by the administrator. - -The default /etc/ssh/sshd_config and /etc/ssh/ssh_config files will -respectively include configuration files in /etc/ssh/sshd_config.d/* and -/etc/ssh/ssh_config.d/*, making it possible for all customization and -configuration to be done via 'drop-in' files if desired. - -Most users will not need to take any action. The only action required -is if specific Gentoo defaults were overridden in the past, as the new -ebuilds will install them to new files in the new listed directories. - -Such admins will need to edit the new files in the new directories or -make overrides in their own files in the new directories using a smaller -number in the filename. - -For example, if the system administrator has commented out 'AcceptEnv COLORTERM' -in /etc/ssh/sshd_config, they will need to do the same in the new -/etc/ssh/sshd_config.d/90gentoo.conf file. diff --git a/2023-05-11-openssh/2023-05-11-openssh.en.txt b/2023-05-11-openssh/2023-05-11-openssh.en.txt new file mode 100644 index 0000000..9d2a04b --- /dev/null +++ b/2023-05-11-openssh/2023-05-11-openssh.en.txt @@ -0,0 +1,27 @@ +Title: OpenSSH directory configuration changes +Author: Sam James +Posted: 2023-05-11 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: >=net-misc/openssh-9.3_p1-r1 + +Gentoo's OpenSSH package will start using the /etc/ssh/sshd_config.d +and /etc/ssh/ssh_config.d directories for both Gentoo default settings +and use by the administrator. + +The default /etc/ssh/sshd_config and /etc/ssh/ssh_config files will +respectively include configuration files in /etc/ssh/sshd_config.d/* and +/etc/ssh/ssh_config.d/*, making it possible for all customization and +configuration to be done via 'drop-in' files if desired. + +Most users will not need to take any action. The only action required +is if specific Gentoo defaults were overridden in the past, as the new +ebuilds will install them to new files in the new listed directories. + +Such admins will need to edit the new files in the new directories or +make overrides in their own files in the new directories using a smaller +number in the filename. + +For example, if the system administrator has commented out 'AcceptEnv COLORTERM' +in /etc/ssh/sshd_config, they will need to do the same in the new +/etc/ssh/sshd_config.d/90gentoo.conf file. -- cgit v1.2.3-65-gdbad