From nobody Sun Oct 29 07:56:58 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SJ7z875PFz4yf8T for ; Sun, 29 Oct 2023 07:57:08 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from mail.sermon-archive.info (sermon-archive.info [47.181.130.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4SJ7z86GX4z4VX4 for ; Sun, 29 Oct 2023 07:57:08 +0000 (UTC) (envelope-from bc979@lafn.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (unknown [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 4SJ7z814tNz2fjW1; Sun, 29 Oct 2023 00:57:08 -0700 (PDT) Content-Type: text/plain; charset=us-ascii List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: sshd_config From: Doug Hardie In-Reply-To: <66d02049-68a0-401d-869f-3f8876e8d4cc@nomadlogic.org> Date: Sun, 29 Oct 2023 00:56:58 -0700 Cc: questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <980000CE-45C1-4A82-86F3-56118B60B237@sermon-archive.info> References: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> <66d02049-68a0-401d-869f-3f8876e8d4cc@nomadlogic.org> To: Pete Wright X-Mailer: Apple Mail (2.3731.700.6) X-Virus-Scanned: clamav-milter 1.1.2 at mail X-Virus-Status: Clean X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:5650, ipnet:47.181.128.0/18, country:US] X-Rspamd-Queue-Id: 4SJ7z86GX4z4VX4 > On Oct 28, 2023, at 21:49, Pete Wright wrote: >=20 >=20 >=20 > On 10/28/23 2:17 PM, Doug Hardie wrote: >> Where can I find the distributed copy of sshd_config for 14.0-rc? My = sshd_config is modified so freebsd-update does not give me any info on = the changes other than it was changed. Apparently there is at least one = new entry that I need to change. I am wondering if there are more. >> There used to be a way on the web site to view any source file for a = distribution, but I am not finding that anymore. >=20 > = https://cgit.freebsd.org/src/tree/crypto/openssh/ssh_config?h=3Dreleng/14.= 0 >=20 > think this is what you are looking for. i'm surprised the config = wasn't able to be merged as part of freebsd-update, it'll be interesting = to see if there are any material differences between your installed one = and whats in git. There was one change in ssh_config that was added in the latest 14=3DRC. = I thought it was in sshd_config from the discussion about it. I needed = to change that one off the default value. -- Doug