SSH, window on remote screen (not X11 forwarding)
Hi,
I would like to be able to ssh (or log on in any fashion) to a machine, start an application and have the window appear on a screen connected to the machine i logged on to. There are plenty of tutorials of how to do X11 forwarding to get the windows on the local screen, but i want the opposite of that. I have tried these options:
ssh -X (-Y) hostname
export DISPLAY='hostname:0.0'
ssh hostname
export DISPLAY='hostname:0.0'
but I always get the error: "Can't open display" And I can't see anything in the man pages that would help me.
Any suggestions?