-
Add work-around for broken hardening rule (bsc#1241615)
2025-04-24T11:45:05
Add temporary work-around for broken evaluation of limit password reuse
hardening rule.
-
No root login with password over ssh
2025-04-21T20:34:43
Do not allow root to login via ssh using a password. While we already have
measures in place to make it difficult to setup password based login via
ssh, this adds another layer addressing the root user. Cloud instances
should only used key based login.
-
Disable password based login for ssh
2025-04-18T11:40:04
Depending on the protocol version for SSH we need to set either
ChallengeResponseAuthentication or KbdInteractiveAuthentication to
"no". Prior to this change we only set ChallengeResponseAuthentication
allowing password based login when the SSHv2 protocol is used. We now
modify newer config files appropriately.
-
cloud-init update prep
2025-03-28T18:46:43
cloud-init will be updated in distributions 15 SP4 and later. The new version
has 2 new services. Enable the 2 new services in the imabe builds in
preparation for the package update. This allows us to avoid having to
synchronize image build description updates with he package version update.
Signed-off-by: Robert Schweikert <rjschwei@suse.com>
-
Drop instance-billing-flavor check from CHOST and Azure LI/VLI
2025-03-12T12:56:10