Re: Persuading ssh -X to work from a RasPiOS system

From: Daniel O'Connor <darius_at_dons.net.au>
Date: Tue, 21 Mar 2023 23:41:08 UTC

> On 22 Mar 2023, at 09:59, bob prohaska <fbsd@www.zefox.net> wrote:
> After a recent round of upgrades to both FreeBSD-current and RasPiOS64
> it developed that running 
> ssh -X  [freebsd hostname] 
> gets me logged in, but issuing
> xterm -sb
> reports
> xterm: Xt error: Can't open display: 
> xterm: DISPLAY is not set

'DISPLAY is not set' is saying that ssh hasn't done the forwarding.

If you run 'xterm' before you login to FreeBSD, does it work?

Perhaps you don't have an X server (eg you could be using Wayland I guess)

--
Daniel O'Connor
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum