Things to do after install Ubuntu Server

Install SSH $ sudo apt update $ sudo apt upgrade $ sudo apt install openssh-server $ sudo systemctl enable ssh Create an authorized keys file Copy over client pub file over and put it into the authorized keys file Then…