On Mon, 06 Dec 2004 20:00:00 GMT,
Matt <(E-Mail Removed)> wrote:
> Daniel Camps wrote:
>> I have in my LAN an SSH server, I ssh this server from a client, this
>> client is running fedora core, and xwindows (gnome), then I open a
>> terminal to do the ssh and I want to open a xsession in the remote
>> machine.
>> In the sshd_config file in the server machine, I have the option
>> "Xforwarding yes". But when I run "startx" in the server machine from
>> the client I receive the following error:
>
> Do you want an entire X session remotely ? Or just a specific app ? If
> you want an X desktop, you may want to try with VNC :
> http://www.realvnc.com/documentation.html
>
Or enable the chooser on the remote system and run
X -indirect remotehostname
This will give you a menu of hosts to connect to. For security
reasons the chooser is disabled by default on meny linux distributions
and remote connection is also disabled. The way to enable this depends
on which display manager you are using.
Villy