Search in this blog

Showing posts with label dconf. Show all posts
Showing posts with label dconf. Show all posts

Thursday, August 2, 2018

Disable encryption for Ubuntu remote access VNC server

How to disable encryption for Ubuntu's built-in VNC server.
$ sudo apt-get -y install dconf-tools
$ sudo dconf write /org/gnome/desktop/remote-access/require-encryption false
This can be useful if any third-party VNC client can not establish encrypted connection with Ubuntu VNC server. Not secure option.