sudo apt-get update sudo apt-get upgrade
useradd deployer -G admin -m -s /bin/bash passwd deployer
#if digital ocean droplet may need to change PasswordAuthentication from no to yes in /etc/ssh/sshd_config before you can ssh-copy-id PasswordAuthentication yes sudo service sshd restart