Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Last active October 2, 2015 16:49
Show Gist options
  • Select an option

  • Save collinschaafsma/2279511 to your computer and use it in GitHub Desktop.

Select an option

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 deployer@ec2-something.compute-1.amazonaws.com 'mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment