Managing Security Profiles in AlmaLinux

To manage security profile, in this case, to accept legacy SSH keys:

echo "PubkeyAcceptedKeyTypes=+ssh-dss" >> /etc/ssh/sshd_config
update-crypto-policies --set legacy

Comments are closed.