From nobody Sun Oct 29 04:49:31 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 4SJ3pv1FGNz4yTr8 for ; Sun, 29 Oct 2023 04:49:43 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (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 "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SJ3ps6hhHz4GPY for ; Sun, 29 Oct 2023 04:49:41 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=rPr7SgPP; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 66.165.241.226 as permitted sender) smtp.mailfrom=pete@nomadlogic.org; dmarc=pass (policy=quarantine) header.from=nomadlogic.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1698554973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tGNKvhMtp2t8qvzSN7ASrIaf6Mzd4yro6G/bb/mGoXg=; b=rPr7SgPPr8KPIb9JtBZ608+ho0/U7qZ7GSnlpipRsJzk/MslPoCjmzqAUFtcdDU+LIIfqg gKXhXln3/oDN29WRJgQAyqQ0Ab9z4TZxBtlQufJFJWt5Qln3EPg8EY+iFBYGaRUFxQDJtg TPUH53Xf3ThDFSrVJZ9y/TNXBT/KFMA= Received: from [192.168.1.240] (cpe-24-24-168-214.socal.res.rr.com [24.24.168.214]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id e235ea79 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sun, 29 Oct 2023 04:49:32 +0000 (UTC) Message-ID: <66d02049-68a0-401d-869f-3f8876e8d4cc@nomadlogic.org> Date: Sat, 28 Oct 2023 21:49:31 -0700 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 User-Agent: Mozilla Thunderbird Subject: Re: sshd_config To: questions@freebsd.org References: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> Content-Language: en-US From: Pete Wright In-Reply-To: <39519569-A25A-448B-A85D-48B047530CF8@sermon-archive.info> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[nomadlogic.org:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4SJ3ps6hhHz4GPY X-Spamd-Bar: --- 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. https://cgit.freebsd.org/src/tree/crypto/openssh/ssh_config?h=releng/14.0 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. -p -- Pete Wright pete@nomadlogic.org