I want to open graphics of remote machine using nautilus command the program displayed nothing.
here is the error i faced when i run nautilus, am using Ubuntu 16.04 and am trying to connect Ubuntu machine 14.04 remotely. using ssh administrator@proxyno.... but i want to see the graphics of the remote machine.
administrator@HPC-Lab-2:/$ nautilus
(nautilus:9229): Gtk-WARNING **: cannot open display:
ssh -X
– muru Mar 03 '17 at 12:06/etc/ssh/sshd_config
on the remote machine ifX11Forwarding yes
andX11DisplayOffset
is set to any number. And after logging in,echo $DISPLAY
. – ridgy Mar 03 '17 at 14:38