cannot ssh into ubuntu instance. Connection reset by peer
Hey,
launched an instance using an Ubuntu 12.04 image. This one: http://uec-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
The instance spawns fine, but I have no clue how to log in. I can get into a console via horizon, but I don't know the password for any account.
Based on my research, I'm supposed to ssh into the box like this: ssh ubuntu@10.0.0.3 -i keyfile.pem
The only problem is that when I try to SSH into it, I get this error: Read from socket failed: Connection reset by peer
Does anyone have any idea what's happenening or where I need to look to troubleshoot the problem?
Thanks.