Y
Hacker News
new
|
ask
|
show
|
jobs
by
cmurphycode
5513 days 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
1 comments
cuppster
5512 days ago
if 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...
link
Spent too much time figuring that out the hardway...