[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh with X window



Mauricio Lin escreveu:
Hi all,

I have tried to make the ssh works with X on my debian system and no
successful results.

On local mahine I have put:

$ xhost ip_remote_host

After that I type:

$ ssh -X user@ip_remote_host

After I logged I type

export DISPLAY=ip_local_host:0.0


When I try to run any graphical application like mozilla browser, the
application is closed after some seconds. The applications are not
loaded on my local machine.

Does anyone can help me?

Mauricio Lin.



Try enabling "X11Forwarding yes" on "/etc/ssh/sshd_config" file on the ssh server and don't set DISPLAY by yourself.



Reply to: