Univention Bugzilla – Bug 39005
Remote Assistance with x11vnc for UCC clients
Last modified: 2016-04-12 15:20:09 CEST
x11vnc - VNC server to allow remote access to an existing X session UCC Client (as root) -> x11vnc -noxdamage -display :0 -auth /var/run/lightdm/root/\:0 --accept popup or via ssh tunneling -> ssh -t -L 5900:localhost:5900 root@10.200.7.5 'x11vnc -noxdamage -localhost -display :0 -auth /var/run/lightdm/root/\:0 --accept popup' -> xvncviewer localhost Maybe we can somehow incorporate this into UCC (UMC) to offer a "remote assistance" feature for UCC.
Intersting. I do a similar command. I just use the lightdm authority file. Dangerous as without authentication or encryption. apt-get install -y x11vnc x11vnc -display :0 -auth ~lightdm/.Xauthority xvncviewer ip::5900