I've seen challenges and successes with this subject but have one that has me stumped.
This follows on success I had, and documented, between Linux MINT and RPI Zero (1) W. See https://github.com/DS256/X11-Forwardin ... spberry-PI. I then tried to replicate that with a P400 and ZERO 2 W which is where the problems are.
I configured the ZERO 2 W the same way as I did the ZERO (1) W but the ZERO 2 never sets a DISPLAY value. The settings were already configured and look like this on the ZERO 2.
It's like the ZERO 2 does not recognise/accept the 'ssh -X' and performs a simple 'ssh'. The ZERO 2 has been rebooted. No change.
I also manually assigned 'DISPLAY=localhost:10.0' but received others including could not connect from Thonny.
Can anyone advise of how to review SSH error logs to see if there is a problem flagged or have any other ideas.
Thanks
This follows on success I had, and documented, between Linux MINT and RPI Zero (1) W. See https://github.com/DS256/X11-Forwardin ... spberry-PI. I then tried to replicate that with a P400 and ZERO 2 W which is where the problems are.
I configured the ZERO 2 W the same way as I did the ZERO (1) W but the ZERO 2 never sets a DISPLAY value. The settings were already configured and look like this on the ZERO 2.
Code:
#AllowAgentForwarding yes#AllowTcpForwarding yes#GatewayPorts noX11Forwarding yesX11DisplayOffset 10#X11UseLocalhost yes#PermitTTY yesPrintMotd no#PrintLastLog yes#TCPKeepAlive yes#PermitUserEnvironment no#Compression delayed#ClientAliveInterval 0
I also manually assigned 'DISPLAY=localhost:10.0' but received others including could not connect from Thonny.
Can anyone advise of how to review SSH error logs to see if there is a problem flagged or have any other ideas.
Thanks
Statistics: Posted by DS256 — Sun Jan 05, 2025 1:07 am