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
posta 3 anni fa242 visualizzazioni
1 Risposta
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
con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande