Re: VNC et sécurité

Top Page

Reply to this message
Author: Jérôme Kieffer
Date:  
To: guilde
Subject: 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