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
feita há 3 anos242 visualizações
1 Resposta
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
respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas