View syncing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup rsync to Ubuntu Server 16.10 (Digital Ocean) | |
## setup ssh on server and client | |
### on server | |
#### add new use, add to sudo group | |
adduser non-root-user | |
usermod -aG sudo non-root-user (gpasswd -a non-root-user sudo) |