What is X2Go ?
X2Go is an open source remote desktop software for Linux that uses a modified NX 3 protocol. X2Go gives remote access to a Linux system's graphical user interface. It can also be used to access Windows systems through a proxy. Client packages can be run on FreeBSD, Linux, OS X, or Windows
What this Update Addresses ?
1. Much of the power behind Linux comes from the command line and the ability for a system to be managed easily remotely.
2. However, for most users from the Windows world or novice Linux administrators, there may be a preference to have access to the graphical user interface for remote management functionality.
3. Other users may simply have a desktop at home that may need to have graphical applications managed remotely as well.
4. Which ever situation may be the case, there are some inherent security risks such as the remote traffic not being encrypted thus allowing malicious users to sniff the remote desktop session.
X2Go Server Installation
Website :- https://wiki.x2go.org/doku.php/start
Adding the Respiratory Key
Step 1 :- sudo apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
Open the Source.list && Updating
Step 2 :- echo "deb http://packages.x2go.org/debian jessie main" >> /etc/apt/sources.list.d/x2go.list
Step 3 :- sudo apt-get update
Step 4 :- sudo apt-get install x2goserver
Step 5 :- ps aux | grep x2go
System doesn’t automatically start X2Go
Step 6 :- service x2goserver start
X2Go Client Installation
NOTE:- Remember that this is done on a computer that is going to connect to the server setup in the previous paragraphs.
Step 7 :- sudo apt-get install x2goclient
Step 8 :- X2goclient
Let’s connect to the Debian Servernow!