On Mon, 2018-07-23 at 18:53 -0400, Gene Heskett wrote: > > When you said you had isses with ssh -Y not allow X connections... > > > > Check that /etc/ssh/sshd_config on the rock64 has these settings: > > > > X11Forwarding yes > > X11UseLocalhost no > > > > And that the package 'xauth' is installed. > > > > Either of those missing will prevent ssh from forwarding X > > connections. > > > > Do I have to reboot it (the rock64) after makeing everything as > above? > Logging out, and back in does not shut the error message off.
I expect you'll need to restart the ssh daemon, e.g as root: # service ssh restart Not sure if that works on machines with systemd. You could just reboot in either case. -- Tixy