I am trying to ssh-connect with enabled x11 forwarding to my Yocto remote target using ssh -XY r...@xxx.xxx.xxx I am getting error
~$ ssh -XY r...@xxx.xxx.xxx.xxx debug1: Remote: No xauth program; cannot forward with spoofing. X11 forwarding request failed on channel 0 I have enabled xauth on my system ... as well enabled X11 forwarding at /etc/ssh/ssh_config ForwardX11 yes and /etc/ssh/sshd_config X11Forwarding yes X11DisplayOffset 10 I have xauth on my system what other configuration needed to enable x11 forwarding?
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto