VNC to Ubuntu fails with No supported authentication methods
See solution here
sudo apt-get -y install dconf-tools
dconf write /org/gnome/desktop/remote-access/require-encryption false
/usr/lib/vino/vino-server --sm-disable start
The last command did not execute, but the fix worked
sudo apt-get -y install dconf-tools
dconf write /org/gnome/desktop/remote-access/require-encryption false
/usr/lib/vino/vino-server --sm-disable start
The last command did not execute, but the fix worked
Comments