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年前219ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ