My Notebook
by kerner1000
ssh root@ip
adduser username
sudo
groupusermod -aG sudo username
On a client, generate a key pair
then, copy the key to the server:
ssh-copy-id -f -i users-key-file_rsa.pub username@ip
apt-get update
apt-get install unattended-upgrades
‘unattended-upgrades’ comes already with a good default configuration. No further steps required.
tags: terminal