====== Start and Stop SSH Server in Ubuntu Linux ====== Source: https://www.cyberciti.biz/faq/howto-start-stop-ssh-server/ ===== Start ===== sudo systemctl start ssh ===== Stop ===== sudo systemctl stop ssh ===== Restart ===== sudo systemctl restart ssh ===== Status ===== sudo systemctl status ssh