How to install SSH and RDP on a Ubuntu desktop
(STEP BY STEP GUIDE)
Update your Ubuntu desktop sudo apt-get update
Command to install SSH
sudo apt-get install openssh-server
sudo service ssh status
sudo nano /etc/ssh/sshd_config
then restart the ssh service
sudo service ssh restart
---------------
Commands to install xRDP
sudo apt-get update
sudo apt-get install xrdp
sudo apt-get install xfce4
echo xfce4-session .xsession
( Angle brackets aren't allowed in your description. refer to video on exact command )
nano /etc/xrdp/startwm.sh
just type in startxfce4 and then ctrl X and Y to save changes
then restart the xrdp service
sudo service xrdp restart