Asistencia Remota de Linux a Linux

viernes, junio 18, 2010, Posted by FErArg, No Comment

Para conectar realizar una asistencia remota a un cliente Lx desde un "servidor" Linux
  1. En nuestro PC con Ubuntu instalar el "Visor de Escritorios Remotos" denominado "Vinagre" o instalar el "vncviewer"

  2. Abrir el Visor y configurar desde

    "Máquina -> Conexiones Inversas"

    y habilitar todo

  3. Al Cliente enviarle el siguiente script:

    nano remoto.sh
    #!/bin/sh
    gksudo "apt-get install -q -y x11vnc"
    x11vnc -connect_or_exit xx.xx.xx.xx -rfbport 0 -nopw

  4. Cuando lo ejecuten, se conectará a la IP/HOST (xx.xx.xx.xx) que le configuremos dentro del scrip remoto.sh

Script Original en el siguiente post


. . Creative Commons License

No Comment



 
Creative Commons License
Blog de FErArg by FErArg is licensed under a Creative Commons Atribución-No Comercial-Compartir Obras Derivadas Igual 3.0 España License.
Based on a work at www.FErArg.com.
Permissions beyond the scope of this license may be available at ferarg.blogspot.com.