79086202

Date: 2024-10-14 12:49:03
Score: 1.5
Natty:
Report link

The issue was related to the include sentence in ssd_config: Include /etc/ssh/sshd_config.d/*.conf

In distribtions prior to Ubuntu 24 there was no any file in that location by default, but in Ubuntu 24 there is a file called 60-cloudimg-settings.conf with the following content: PasswordAuthentication no

This was originating all my configuration problems.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ralvarez