著者: Jérôme Kieffer
日付:
To: 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