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

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

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

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

関連するコンテンツ