SSH Management
SSH Management
Type the following command to start/stop/restart the SSH server:
Start SSH Server
sudo service ssh start
Stop SSH Server
sudo service ssh stop
Restart SSH Server
sudo service ssh restart
When this command returns in an error then navigate to the path /etc/init.d
Type the following command to start the SSH server:
Start SSH Server
ssh start
Stop SSH Server
ssh stop
Restart SSH Server
