I need to invoke an xterm on a SLES 11 machine (machine A) from another SLES 11 machine (machine B). Currently it doesn't work. So I decided to test some stuff.
On machine A the following works: DISPLAY=:0.0 xterm
However this doesn't: DISPLAY=localhost:0.0 xterm
I'm working on the assumption that if the latter doesn't work then a remote connection won't either.
To me it looks like a permissions issue.
Any help will be greatly appreciated.
Thanks!