Environment:
ubuntu server
Specific method:
Execute the following command to start the ssh service
sudo service ssh start
If it cannot be started successfully, the ssh service is not installed.
Installation method:
1. Execute the following command to install
sudo apt-get install openssh-server
2. Check whether the installation is successful
ssh -V
Recommended tutorial:linux tutorial
The above is the detailed content of Check whether ssh service is installed on linux. For more information, please follow other related articles on the PHP Chinese website!