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

profile picture
已提问 1 年前330 查看次数
2 回答
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
专家
AWS
已回答 1 年前
0

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

profile picture
已回答 1 年前

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

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

回答问题的准则