Re: VNC et sécurité

Startseite

Nachricht beantworten
Autor: Jérôme Kieffer
Datum:  
To: guilde
Betreff: 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