Ubuntu – What do I need for remotely accessing the Ubuntu 14.04 desktop

14.04remote accessremote desktopvncvncviewer

I am at a loss as to how to set up my machine for remote connection. Do I need to install a VNC server (which one?) or is Vino (installed by default) enough?

I opened Desktop Sharing Preferences dialogue and enabled it (checked first two, allow to connect and control). I tried to connect using RealVNC Chrome App, but it says

The authentication mechanism requested cannot be provided by the computer.
VNC Viewer also fails with an error about encryption level.

By the way, eventually I am going to need to connect from a Windows 7 machine, but for now I just want to get it to work.

Best Answer

This is a late reply but there is a way to use Vino without encryption which may benefit others.

install dconf-tools:

sudo apt-get install dconf-tools

start dconf-editor from the command line and go to org->gnome->desktop->remote-accessand toggle the require-encryption item to unchecked.

If desktop sharing was enabled prior to changing the setting, then execute the following from the command line:

gsettings set org.gnome.Vino require-encryption false

If desktop sharing was not enabled prior to changing the setting, then enable desktop sharing.