Re: VNC et sécurité

Αρχική Σελίδα

Reply to this message
Συντάκτης: Jérôme Kieffer
Ημερομηνία:  
Προς: guilde
Αντικείμενο: 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