Last active
October 2, 2015 16:49
-
-
Save collinschaafsma/2279511 to your computer and use it in GitHub Desktop.
Capistrano user setup for an EC2 ami
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
# On server | |
addgroup admin | |
adduser deployer --ingroup admin | |
# Locally | |
cat ~/.ssh/id_dsa.pub | ssh [email protected] 'mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment