From nobody Sun Oct 29 07:54:15 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 4SJ7w32Htjz4yfKS for ; Sun, 29 Oct 2023 07:54:27 +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 4SJ7w252Yjz4TXP for ; Sun, 29 Oct 2023 07:54:26 +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 4SJ7w134Lpz2fjW1; Sun, 29 Oct 2023 00:54:25 -0700 (PDT) Content-Type: text/plain; charset=utf-8 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: <4DCB254F-098C-46FD-A570-216460C31427@gushi.org> Date: Sun, 29 Oct 2023 00:54:15 -0700 Cc: Doug Hardie , questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <667494FE-8E1E-4CE8-96F7-C41F838E337C@sermon-archive.info> References: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> <4DCB254F-098C-46FD-A570-216460C31427@gushi.org> To: "Dan Mahoney (Ports)" 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: 4SJ7w252Yjz4TXP > On Oct 29, 2023, at 00:05, Dan Mahoney (Ports) = wrote: >=20 >=20 >=20 >> On Oct 28, 2023, at 2:17=E2=80=AFPM, Doug Hardie = wrote: >>=20 >> 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. =20 >>=20 >> 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 > The stock sshd_config is entirely commented out defaults, so any = production change would only add more commented-out default options. >=20 > For sshd_config, whatever it is, it=E2=80=99s going to be a = commented-out default, probably for a version string which changes with = every OS release, such as: >=20 > #VersionAddendum FreeBSD-20170903 >=20 > Plus the $version tags at the top of course. (Which are also not = things that affect the running sshd) There was a new configuration item added to ssh_config. I needed to = change it to the non-default value. Originally I thought it was in = sshd_config. The location of the web based sources gave me the = information I needed. Thanks, -- Doug