To install the OpenSSH Server, open up a terminal window and type the following command..
sudo apt-get install openssh-server
This installs and initialises the SSH service.
To tighten up security by restricting access, see SSH - Restricting Users
- A.