6 ms·
If you're having issues with ssh picking up your keys, you can always call it out explicitly: ssh -i path/to/key.pem ec2-user@blah.amazonaws.com
by cmurphycode 15y ago
If you're having issues with ssh picking up your keys, you can always call it out explicitly:
ssh -i path/to/key.pem ec2-user@blah.amazonaws.com
- cuppster 15y agoif you're using an ubuntu image, it's going to be the ubuntu user: ssh -i path/to/key.pem ubuntu@blah.amazonaws.com Spent too much time figuring that out the hardway...