If you’re aUbuntu user, then you probably know how to use the command line to do things that you couldn’t do before. For example, you can now control your desktop environment with a remote control. This article will show you how to do this on Ubuntu 14.04 LTS. First, open a terminal and type the following: sudo apt-get install remote-desktop-tools Next, open up your ~/.ssh/config and add the following line: #remote-desktop-tools allow “localhost”


Note that enabling remote control of your desktop is never a safe thing to do unless you have a firewall installed and configured correctly, and even then is still a potential security problem. Now that you’ve been warned of the risks, let’s move on.

Navigate to the System \ Preferences \ Remote Desktop on the Gnome top menu.

You’ll see this window:

The first two checkboxes need to be checked in order for remote desktop to be enabled.

The Security section is important: If you select the “Ask you for confirmation” code, then you will need to be at the computer in order to allow the other person to access your desktop. If you are trying to remotely access one of your own computers, you will want to uncheck this box.

The second checkbox should always be checked, and you should enter a secure password. You will be prompted for this password when you try to log on.

 

Tested on: Ubuntu Dapper Drake, Ubuntu Edgy Eft