40978/how-to-ssh-into-ec2-instance-without-pem-key
You need ssh-agent to supply your PEM file during ssh.
First, start the ssh-agent:
eval `ssh-agent -s`
Then add you PEM key to agent
ssh-add <pem-key>
Now you can ssh without supplying PEM.
this worked for me, hope this works for you aswell.
Hi, If you forget your .pem file then ...READ MORE
Stop the EC2 instance for which you ...READ MORE
I'm afraid it's not possible When you launch ...READ MORE
You are having wrong mod on the file. You ...READ MORE
I figured it out. you had the ...READ MORE
The problem is having wrong mod on ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
I had a similar problem with trying ...READ MORE
You can try out the following steps Post ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.