Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created March 14, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/9e266548835ce2e03bfb to your computer and use it in GitHub Desktop.
Save marcusshepp/9e266548835ce2e03bfb to your computer and use it in GitHub Desktop.
couldn't connect to aws ec2 instance
# added this to
# ~/.ssh/config
Host ec2-52-38-4-225.us-west-2.compute.amazonaws.com
User ubuntu
IdentityFile ~/foobar.pem
IdentitiesOnly yes
@marcusshepp
Copy link
Author

Received disconnect from 52.26.186.87: 2: Too many authentication failures for ubuntu
Disconnected from 52.26.186.87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment