I'm on xubuntu 11.10 trying to setup x11vnc server.
I followed instructions here and I can connect to VNC server - but it never asks me for password!
Is there a difference between these 2 options:
-auth file
and
-rfbauth passwd-file
Or why wouldn't my VNC client (remmina) ask for password. any clues?
UPDATE: OK. - I've added -rfbauth option and now authentication works with that single password.
I can connect and prompted for password:
x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 \
-auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log \
-rfbauth /etc/.x11vnc.pass
I can connect but NOT! prompted for password:
x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 \
-auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log
I don't get - what is the reason for -auth option then if not for authentication?