From nobody Wed Mar 22 16:17:50 2023 X-Original-To: freebsd-arm@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 4PhYXr20F2z411Tj for ; Wed, 22 Mar 2023 16:17:48 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PhYXr0Pj0z3LCl for ; Wed, 22 Mar 2023 16:17:47 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.15.2) with ESMTPS id 32MGHpGt040774 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 22 Mar 2023 09:17:51 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.15.2/Submit) id 32MGHptK040773; Wed, 22 Mar 2023 09:17:51 -0700 (PDT) (envelope-from fbsd) Date: Wed, 22 Mar 2023 09:17:50 -0700 From: bob prohaska To: Carl Johnson Cc: freebsd-arm@freebsd.org Subject: Re: Persuading ssh -X to work from a RasPiOS system Message-ID: <20230322161750.GB40692@www.zefox.net> References: <20230321232926.GA37569@www.zefox.net> <86wn39cuyh.fsf@bay.localnet> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86wn39cuyh.fsf@bay.localnet> X-Rspamd-Queue-Id: 4PhYXr0Pj0z3LCl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, Mar 21, 2023 at 08:43:02PM -0700, Carl Johnson wrote: > > Is there any chance you are using ControlPersist? That defaults to off, > so you would have to enable it in your ssh config file, or via command > line options. Certainly not on purpose. Never touched the config files on either end. But, there were several build/install cycles on the FreeBSD end and at least a couple of apt-upgrade cycles on the RasPiOS end, any of which could have changed defaults. The FreeBSD end now reports: FreeBSD 14.0-CURRENT #39 main-ea6d169266: Sun Mar 19 23:10:56 PDT 2023 and the RasPiOS end reports Linux raspberrypi 6.1.19-v8+ #1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023 Just for clarity, I'm logged in on the RasPiOS end, trying to use it as an X terminal for the FreeBSD headless host. Thanks for writing! bob prohaska