### Add New User ``` adduser usermod -aG sudo ``` ### Prevent timeout from ssh ``` nano /etc/ssh/sshd_config ``` ``` ClientAliveInterval 120 ClientAliveCountMax 720 ``` ### Check Timezone ``` dpkg-reconfigure tzdata ```