Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Last active October 2, 2015 16:49
Show Gist options
  • Save collinschaafsma/2279511 to your computer and use it in GitHub Desktop.
Save collinschaafsma/2279511 to your computer and use it in GitHub Desktop.
Capistrano user setup for an EC2 ami
# 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