commit: 8a2ba6292647ec521fbf546d6b4c7ed17648ea1a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 13 05:40:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 13 05:40:05 2023 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=8a2ba629
2023-05-11-openssh: fix config file typo Also, we want to show it to everyone regardless of OpenSSH version for a while. Signed-off-by: Sam James <sam <AT> gentoo.org> 2023-05-11-openssh/2023-05-11-openssh.en.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023-05-11-openssh/2023-05-11-openssh.en.txt b/2023-05-11-openssh/2023-05-11-openssh.en.txt index 9d2a04b..b679d3e 100644 --- a/2023-05-11-openssh/2023-05-11-openssh.en.txt +++ b/2023-05-11-openssh/2023-05-11-openssh.en.txt @@ -3,7 +3,7 @@ Author: Sam James <[email protected]> Posted: 2023-05-11 Revision: 1 News-Item-Format: 2.0 -Display-If-Installed: >=net-misc/openssh-9.3_p1-r1 +Display-If-Installed: net-misc/openssh 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 @@ -24,4 +24,4 @@ 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. +/etc/ssh/sshd_config.d/9999999gentoo.conf file.
