Like many others, I've been excited to use bash on Windows 10. I was able to get it installed fine. However, I'm having trouble SSH into instances. I've followed another post here on superuser. But am not able to get it to work. Do I need to specify something other than this type of command:
ssh -i /mnt/c/Users/uname/Desktop/key.pem ubuntu@ec2-xx-xxx-xx-xx.compute-1.amazonaws.com
I get this error:
Warning: Identity file key.pem not accessible: No such file or directory.
I have double-checked and that path to my key.pem is correct.