aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-08 17:21:14 +0100
committerSam James <sam@gentoo.org>2023-05-09 22:23:53 +0100
commit7e639ce28d0e18322b00ab66789ef1844debaf9f (patch)
tree20ef350883e2565d5e89c4332c783802b71c0f18
parent2023-04-02-python3-11: fix next version (diff)
downloadgentoo-news-7e639ce28d0e18322b00ab66789ef1844debaf9f.tar.gz
gentoo-news-7e639ce28d0e18322b00ab66789ef1844debaf9f.tar.bz2
gentoo-news-7e639ce28d0e18322b00ab66789ef1844debaf9f.zip
2023-05-08-openssh: add item
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--2023-05-08-openssh/2023-05-08-openssh.en.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/2023-05-08-openssh/2023-05-08-openssh.en.txt b/2023-05-08-openssh/2023-05-08-openssh.en.txt
new file mode 100644
index 0000000..babbf0a
--- /dev/null
+++ b/2023-05-08-openssh/2023-05-08-openssh.en.txt
@@ -0,0 +1,27 @@
+Title: OpenSSH directory configuration changes
+Author: Sam James <sam@gentoo.org>
+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.