You are not logged in.
My computer starts ssh as daemon and I can connect from other workstations, but I can't use ssh -X to use X apps.
I usually do not need it, but when I do it is pretty annoying.
I can connect to the university computer and use X apps, but I can't connect from uni to home... :S
Offline
You'll have to change the configuration option (I forget exactly what it's called right now since I'm at work) for AllowXForwarding, and set that to yes and restart the ssh daemon. The configuration file should be /etc/ssh/sshd_config IIRC
Offline
I just did this on the machine you have sshed into you want to set the DISPLAY variable to 192.168.1.5:0
So if using bash it should be DISPLAY=192.168.1.5:0
The ip address being the address of your computer that you trying to run the X apps on.
I also believe you have to run xhost +
So to sum it up:
xhost +
DISPLAY=192.168.1.5:0
ssh -X ezzetabi@remotemachine
"The only thing we have to fear is fear itself." - Franklin D. Roosevelt
Offline