Skip to content

Instantly share code, notes, and snippets.

@saikiranmothe
Created June 11, 2014 02:40
Show Gist options
  • Save saikiranmothe/e2d0d9db5b89e899cfe2 to your computer and use it in GitHub Desktop.
Save saikiranmothe/e2d0d9db5b89e899cfe2 to your computer and use it in GitHub Desktop.
aws_ssh
ssh -i /path/to/private-key ubuntu@<ec2-public-dns-address>
ssh -i /path/to/private-key username@serverip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment