Skip to content

Instantly share code, notes, and snippets.

@homam
Created January 27, 2014 05:47
Show Gist options
  • Save homam/8643785 to your computer and use it in GitHub Desktop.
Save homam/8643785 to your computer and use it in GitHub Desktop.
SSH to AWS EC2 Ubunto from Cygwin
chmod 400 ~/.ssh/[key].pem
chgrp -R Users ~/.ssh/
ssh -i ~/.ssh/[key].pem ubuntu@[ip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment