Tuesday, April 19, 2016

start/stop or restart openssh service on Ubuntu


    If you want to start/stop or restart the sshd server application run the following commands at a terminal prompt:

sudo service ssh start 
sudo service ssh stop  
sudo service ssh restart

No comments:

Post a Comment