How to set up SSH access to EC2 running Ubuntu

0

I launched an EC2 instance running Ubuntu and during the launch I generated a key pair and downloaded the private key to my home computer. I was able to SSH from the command line to my EC2 instance and also access it using FileZilla. Now I have replaced the OS on my home computer although I did save the contents of the private key before doing so.

I created a file in: ~/.ssh/filename.pem which I pasted the saved private key into (filename was the same as the original filename). When I run ssh -i ~/.ssh/filename.pem <server IPv4 address> I get the following output:

$ ssh -i ~/.ssh/ec2-1-key-pair.pem 13.41.164.129
Load key "/home/steve/.ssh/ec2-1-key-pair.pem": error in libcrypto
steve@13.41.164.129: Permission denied (publickey).

When I try to associate the .pem file with a site in FileZilla, I get a warning saying something like "Can not use file because it either does not contain a key or it does not exist (I do not have access to the exact wording at the moment).

Please can you tell me how to get SSH running on my new OS. I do have access to my server using AWS Instance Connect.

已提問 2 年前檢視次數 826 次
1 個回答
2

Hello,

This is likely a permissions issue post OS upgrade, several troubleshooting steps are listed in this Knowledge Center article

profile pictureAWS
專家
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前
  • On my local computer the permissions are drwx------ 2 steve steve 4096 Oct 4 08:58 .ssh and -rw------- 1 steve steve 1622 Oct 4 08:57 ec2-1-key-pair.pem.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南