Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by search the terminal and install the openssh-server package by typing:
$sudo apt update
$sudo apt install openssh-server
When the installation is completed, to check and start ssh service and running
$Sudo service ssh start
$sudo systemctl status ssh