Knife bootstrap not working on Fips enabled RockyLinux 8

chef-workstation-22.4.861-1
We are able to SSH normally using the rsa key type , but are not able to proceed running bootstrap command with same rsa key type

knife bootstrap -i /home/cloud-user/.ssh/rsa.pem -U cloud-user -VV --sudo -E _default -N --ssh-verify-host-key always

Error
WARN: [SSH] connection failed, terminating (#<Net::SSH::AuthenticationFailed: Authentication failed for user cloud-user@10.85.0.68>)
WARNING: Failed to authenticate cloud-user to 10.85.0.68 - trying password auth

Does chef-knife supports FIPS?
any workaround for this