SFTP - SSH Keys

0

Hi all!

I've managed to set up an S3 bucket and an SFTP Server. Upon adding users to the server, I am prompted to enter an SSH public key. I have used PuTTY Key Generator on my laptop to generate the keys (both private and public). However, when i try to paste the SSH public key, I receive the message 'Failed to create user (Unsupported or invalid SSH public key format)'. Can anyone please advise what I could be doing wrong? TIA

2 Respostas
0

Hello, could you confirm that the key entered aligns with one of our supported algorithms?

For ED25519:

  • ssh-ed25519

For RSA:

  • rsa-sha2-256
  • rsa-sha2-512

For ECDSA:

  • ecdsa-sha2-nistp256
  • ecdsa-sha2-nistp384
  • ecdsa-sha2-nistp521

If it does, and you're still experiencing issues, could you confirm that you're using PuTTYgen on Windows?

AWS
ESPECIALISTA
AWS
respondido há um ano
0

Thank you, i managed to do it! Thanks so much!

profile picture
respondido há um ano

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