SSH To EC2 Instance Using Wsftp Pro

0

Hello I am new to EC2. I have created an instance and am trying to connect to the VM instance using WSFTP Pro https://www.ipswitch.com/ftp-client?cta=hphero.

From what I understand Amazon only allows SSH access using a Key pair and does not allow password access.

I have created a Key pair and downloaded the .pem file. The problem is WSFTP Pro requires the the key file extension to be .pub. I have tried renaming .pem to .pub but that did not work.

Please advise on what I am doing incorrectly. Thank you.

T101
已提问 3 年前239 查看次数
1 回答
0

Here is the solution.

ssh-keygen -y -f private_key1.pem > public_key1.pub

See https://gist.github.com/zircote/1243501

Edited by: T101 on Mar 19, 2021 4:45 PM

T101
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则