Solved X11 forwarding without ssh

I have another computer to which I connect via serial console. It is connected to the network, but I would like to stick to the serial console and not use SSH when running graphical applications.

The local IP address on which the X-Server runs in 192.168.178.20. On the remote machine I tried
Code:
export DISPLAY=192.168.178.20:0
But this does not work (“Could not connect to display”).

I searched the web, found some information about xauth, but nothing really worked.

Any ideas?
 
Back
Top