View Issue Details

IDProjectCategoryView StatusLast Update
0003862Rocky-Linux-9fipscheckpublic2023-07-24 06:50
ReporterSagar Patil Assigned ToLouis Abel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionnot fixable 
Summary0003862: Unable to login when fips enabled
DescriptionSteps followed to enable fips
 
yum install dracut-fips
dracut -f
add fips=1 option at the end of GRUB_CMDLINE_LINUX in /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
reboot

Login error after reboot
 
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 34.220.14.160 port 22
Steps To Reproduceyum install dracut-fips
dracut -f
add fips=1 option at the end of GRUB_CMDLINE_LINUX in /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
reboot
TagsNo tags attached.

Activities

Louis Abel

Louis Abel

2023-07-24 06:50

administrator   ~0004159

You are attempting to install fips manually instead of running `fips-mode-setup --enable`. Please run the former command, reboot, and `fips-mode-setup --check` to ensure you are properly in FIPS mode. You may also need to reconfigure openssh (by regenerating openssh keys) in some cases.

It's also recommended to pose this question at our forums, mattermost, or IRC venues if the above does not work for you.

Closing as this is not a bug.

Issue History

Date Modified Username Field Change
2023-07-24 06:30 Sagar Patil New Issue
2023-07-24 06:50 Louis Abel Assigned To => Louis Abel
2023-07-24 06:50 Louis Abel Status new => closed
2023-07-24 06:50 Louis Abel Resolution open => not fixable
2023-07-24 06:50 Louis Abel Note Added: 0004159