From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9D90158649 for ; Sat, 13 May 2023 05:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23249E08C3; Sat, 13 May 2023 05:40:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F31E9E08C3 for ; Sat, 13 May 2023 05:40:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B71A340E1E for ; Sat, 13 May 2023 05:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D70990 for ; Sat, 13 May 2023 05:40:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683956405.8a2ba6292647ec521fbf546d6b4c7ed17648ea1a.sam@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2023-05-11-openssh/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2023-05-11-openssh/2023-05-11-openssh.en.txt X-VCS-Directories: 2023-05-11-openssh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a2ba6292647ec521fbf546d6b4c7ed17648ea1a X-VCS-Branch: master Date: Sat, 13 May 2023 05:40:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b87ed383-18bb-482a-8ee8-863ca6724656 X-Archives-Hash: 24c3607cb1fb81b90adbae476545a0d4 commit: 8a2ba6292647ec521fbf546d6b4c7ed17648ea1a Author: Sam James gentoo org> AuthorDate: Sat May 13 05:40:05 2023 +0000 Commit: Sam James gentoo 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 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 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.