linux install ssh code example
Example 1: linux install ping
apt-get update
apt-get install iputils-ping
Example 2: apt install openssh
sudo apt-get install openssh-server
Example 3: how to install ssh server on ubuntu 16.04
$ sudo service ssh start
Example 4: how to install ssh server on ubuntu 16.04
$ sudo apt-get install ssh