Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created July 3, 2013 03:28
Show Gist options
  • Select an option

  • Save BinRoot/5915231 to your computer and use it in GitHub Desktop.

Select an option

Save BinRoot/5915231 to your computer and use it in GitHub Desktop.
Authenticate your machine w/ AWS
cat ~/.ssh/id_dsa.pub | ssh -i amazon-generated-key.pem ec2-user@amazon-instance-public-dns "cat >> .ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment