I am trying to connect for the first time to the wowza instance on ec2 that was generated by the aws console. I ran this command:
ec2-add-keypair wowza-keypair
and got a keypair. I saved this as wowza-keypair in my .ec2 folder.
I ran chmod 600 on it, then
ssh -i wowza-keypair root@[amazon instance name.com]
and I get this:
Warning: Identity file wowza-keypair not accessible: No such file or directory.
Permission denied (publickey,gssapi-with-mic).
Any suggestions?