Disable Ctrl+Alt+Delete
You don't want to reboot your server if you accidentally hit the CTRL+ALT+DELETE key combo.
To disable the reboot action, edit the control-alt-delete.conf file:
sudo systemctl mask ctrl-alt-del.target
sudo systemctl daemon-reload