Created
July 13, 2018 12:52
-
-
Save sampritipanda/3b0a14f14a363ec35a12ea022f731f39 to your computer and use it in GitHub Desktop.
Digital Ocean Setup
This file contains hidden or 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
#!/bin/bash | |
adduser sampriti | |
usermod -aG sudo sampriti | |
rsync --archive --chown=sampriti:sampriti ~/.ssh /home/sampriti |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment