I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I have is the Amazon username and password. Any ideas?
ssh -i /path/to/private-key ubuntu@
just use ubuntu instead of root. Your problem will be solved. Cheers!
ubuntu
root