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,

asked 2 years ago1422 views
2 Answers
0
Accepted Answer

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

answered 2 years ago
-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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions