I have downloaded secret key in .csv format from my AWS IAM security settings. I want to use this secret key to ssh into aws ec2 instance. I tried using ssh -i but got "key too open" error. So googled and found solution to disable inheritance on secret file (windows 10). Now I am having " format not supported" error. So I tried to convert CSV into .ppk/.pem format using MobaXterm but no success. Can anyone tell me how can I ssh in AWS EC2 by using secret key in .csv format, please?
↧