I am currently in midprocess of upgrading. I upgraded centos then upgraded to AlmaLinux 8 and now upgrading to almalinux 9. I am stuck at the beginning of the process of the upgrade to 9
Install leapp packages and upgrade data for AlmaLinux:
yum install -y leapp-upgrade leapp-data-almalinux
The repo installs fine BUT when I try to do the install of leapp-upgrade and leapp-data-almalinux the leapp-data-almalinux comes up as “Unable to find a match for leapp-data-almalinux”.
Any help here would be awesome as I have the VM sitting waiting for me to continue.
[root@dc4b6e0f600b /]# dnf info leapp-data-almalinux
Last metadata expiration check: 0:00:46 ago on Thu Jun 26 10:45:47 2025.
Available Packages
Name : leapp-data-almalinux
Version : 0.9
Release : 1.el8.20250505
Architecture : noarch
Size : 501 k
Source : leapp-data-almalinux-0.9-1.el8.20250505.src.rpm
Repository : elevate
Summary : data for migrating tool
URL : https://github.com/AlmaLinux/leapp-data
License : ASL 2.0
Description : almalinux data for migrating tool
Can you post the full output of the install command you ran?
“auth substack password-auth” is missing from the /etc/pam.d/sshd so I can’t log in via ssh. I edit the file as root and save and I look at the file and it did not really save??
The sshd of el9 did finally got support for /etc/ssh/sshd_config.d/
That is a directory where one can drop in additional config files. Some packages already do.
One should not edit the /etc/ssh/sshd_config
The /etc/ssh/sshd_config includes *.conf files from /etc/ssh/sshd_config.d/first.
A thing about sshd is that if you set an option more than once in config, then the first occurrence is used. Hence content of /etc/ssh/sshd_config.d/ might override whatever you append into /etc/ssh/sshd_config
Therefore, add your options to file /etc/ssh/sshd_config.d/00-site.conf to mask later config.