Hola a todos.
Con fecha 05:47 29/07/2005, Rubén escribió:
-- Inicio del mensaje --
Me gustaria desde otra maquina (Windows) conectarme a mi maquina linux
y usar Gnome o kde.
He conseguido conectar por consola por ssh. Pero al ejecutar startx me
devuelve lo siguiente:
xauth: creating new authority file /home/luser/.Xauthority
xauth: creating new authority file /home/luser/.Xauthority
Using authority file /home/luser/.Xauthority
Writing authority file /home/luser/.Xauthority
Using authority file /home/luser/.Xauthority
Writing authority file /home/luser/.Xauthority
X: user not authorized to run the X server, aborting.
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up.
xinit: unable to connect to X server
xinit: No such process (errno 3): Server error.
Couldnt get a file descriptor referring to the console
Me podeis ayudar?
Es seguro permitir onectarse a Gnome?
-- Fin del mensaje contestado. --
Instala Cygwin (en particular con los paquetes que contienen las Xwindows
para Windows). Una vez instalado, haz, simplemente, "xwin.exe -query <ip de
tu máquina>". Así levantas una X sesión contra la máquina que desees, y te
aseguro (yo louso) que funciona de maravilla. Estoy suponiendo que estás en
tu propia red, esto es, las dos máquinas están en una red privada, y el gdm
(o xdm) de la máquina a la que te quieres conectar lo permite. Si estás en
una red pública, primero tendrás que levantar un túnel ssh entre tus
máquinas (consulta archivo de la lista).
Saludos