On Wednesday 20 Aug 2003 2:52 pm, L.V.Gandhi wrote:
> I can do remote login using ssh to another host and do cl jobs. But how to
> login with gui and run gui apps?


If you are using Mandrake on both your client and  your host then you should 
be able to run GUI apps by just starting them from the command line.

By default ssh will forward X applications to the remote client.

If it does not work check your host settings in 
/etc/ssh/sshd_config
you need a line
X11Forwarding yes

And for your client /etc/ssh/ssh_config should contain
Host *
  ForwardX11 yes

A good way to fault find on ssh is to stop the host sshd service and then 
start it again in foreground with
sshd -e -d2
You will then see lots of debug info.




HTH

derek
-- 
----------------------------------
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to