From nobody Sun Oct 29 07:05:33 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 4SJ6r15qkFz4yc7P for ; Sun, 29 Oct 2023 07:05:53 +0000 (UTC) (envelope-from freebsd@gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2620:137:6000:10::142]) (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 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "prime.gushi.org", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SJ6r03RtTz4PxX for ; Sun, 29 Oct 2023 07:05:52 +0000 (UTC) (envelope-from freebsd@gushi.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (vpn-us.f.root-servers.org [149.20.8.9]) (authenticated bits=0) by prime.gushi.org (8.17.2/8.17.2) with ESMTPSA id 39T75jWZ099227 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 29 Oct 2023 07:05:46 GMT (envelope-from freebsd@gushi.org) DKIM-Filter: OpenDKIM Filter v2.10.3 prime.gushi.org 39T75jWZ099227 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gushi.org; s=prime2014; t=1698563146; bh=FdRsBUBbiP1GV0d38NA9bVCBP9rpbtlcnT1KXcnIvsU=; h=Subject:From:In-Reply-To:Date:Cc:References:To; z=Subject:=20Re:=20sshd_config|From:=20"Dan=20Mahoney=20(Ports)"=20 |In-Reply-To:=20<39519569-A25A-448B-A85D-48B047 530CF8@sermon-archive.info>|Date:=20Sun,=2029=20Oct=202023=2000:05 :33=20-0700|Cc:=20questions@freebsd.org|References:=20<39519569-A2 5A-448B-A85D-48B047530CF8@sermon-archive.info>|To:=20Doug=20Hardie =20; b=ESeNzEftT6NTRRcWqiMGF41rnfTc3gYHGZGZNWdQ5xJYmcDCVxdNDO/bZLgmRCGun imI9IFnukXszYW0hQBAl8q0bwZsm7i2X2ZnEnOEth9Ofbvix8z5zjHbwo53LxRKh6s iiaF9KyoIN8Q+g2gFKYZSRL2eWzI19gQympKIWewpQt9cgcQ2EhP6JkO+t9UoCQ+Q4 F+CZaSxq25lknYeE2cBerQdKBy7aKus6IbbKc2m83R6I+9wJQSD0uCGvVwmX/n0OLQ lHNzOo42izKwdOULws+ZaIFWefEUYTSkUGhpPz/r2oqPlNtfPXn4tBUttVxD8ytEON 0pZBdbScMDXXQ== X-Authentication-Warning: prime.gushi.org: Host vpn-us.f.root-servers.org [149.20.8.9] claimed to be smtpclient.apple 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 \(3774.100.2.1.4\)) Subject: Re: sshd_config From: "Dan Mahoney (Ports)" In-Reply-To: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> Date: Sun, 29 Oct 2023 00:05:33 -0700 Cc: questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4DCB254F-098C-46FD-A570-216460C31427@gushi.org> References: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> To: Doug Hardie X-Mailer: Apple Mail (2.3774.100.2.1.4) 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:393507, ipnet:2620:137:6000::/44, country:US] X-Rspamd-Queue-Id: 4SJ6r03RtTz4PxX > 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. The stock sshd_config is entirely commented out defaults, so any = production change would only add more commented-out default options. 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: #VersionAddendum FreeBSD-20170903 Plus the $version tags at the top of course. (Which are also not things = that affect the running sshd) -Dan=