Ubuntu 22.04 EC2 key pair not excepted without sshd_config edit

1

Hello,

Not sure if this is a bug as replicating the same steps with an ubuntu 20.04 EC2 image does not fail.

Whenever I launch an Ubuntu 22.04 EC2 image and try and connect via SSH I get the following error (This is with the .PEM file directly from AWS console): "No supported authentication methods available (server sent: publickey)".

To fix this I have to add the following line to the sshd_config to except ssh-rsa keys: "PubkeyAcceptedKeyTypes=+ssh-rsa"

Is this expected behaviour?

Thanks,

已提問 2 年前檢視次數 1440 次
2 個答案
0
已接受的答案

Hello,

In case you run into this issue too, please see the below comment that fixed the issue for me:

With the 22.04 Jammy Jellyfish release, an older, vulnerable standard for SSH communication has been deprecated. That is an improvement in security, but it has consequences that can mysteriously cause grief to those who are not forewarned.

PuTTY 0.74 or earlier won't connect via SSH. (Upgrade to PuTTY 0.76 or later.) The current latest WinSCP (5.19.6) or earlier also will not connect via SSH, but version 5.20 (currently in beta) will.

Thanks, Alex

已回答 2 年前
-1

Hi there, from the case notes I understand you want to launch an Ubuntu 22.04 EC2 image and getting an error when trying to connect via ssh.

You will need to first verify if you are connecting with the appropriate user name for your AMI.An appropriate user name for Ubuntu AMI is UBUNTU.

Secondly you should also verify that your private key(.pem) file has been correctly converted to the format recognised by PuTTY(.ppk).

Lastly check the document provided and confirm if the requirements are followed.

I have provided you with additional documentation under the reference section.

If you have any further questions , feel free to reply back.

Reference

[1]Connecting to your Linux instance from Windows using PuTTY https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html

Karabo
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南