Re: VNC et sécurité

Page principale

Répondre à ce message
Auteur: Jérôme Kieffer
Date:  
À: guilde
Sujet: Re: VNC et sécurité
comme l'a proposé Xavier :
passer par un SSH (il faut le port 22 ouvert sur remotehost et bien sur
un serveur SSH actif) :

localhost$ ssh user@remothost -L 5900:localhost:5900
[authentification]
remotehost$ su
[authentification]
remotehost# export DISPLAY=:0 XAUTHORITY=/var/lib...
remotehost# x11vnc

localhost$ vncviewer localhost
--
Jérôme Kieffer