SSH from the moon

Report a typo

A new communication station was built on the moon. But the people there don't know how to set up an SSH-server on the station's computer. You have been tasked with the mission of setting up an SSH-server, so that people from Earth can use the station. The operating system on the computer uses APT package manager, SystemD as system manager and uncomplicated firewall (ufw). Sort the commands to set up an SSH-server there.

Put the items in the correct order
sudo ufw allow OpenSSH
sudo systemctl enable ssh
sudo apt install OpenSSH-server
sudo systemctl start ssh
___

Create a free account to access the full topic