I\'m unable to ssh to my EC2 server and am getting the error:
ssh -i /Users/Skeniver/Keepass/skeniver.pem ubuntu@xx.xxx.xx.xxx Identity file /Users/Skeniver/Kee
You need the identity file to login to the box. Use the command
ssh -i (identity_file) username@hostname