Editing the RSA MFA Agent 9.0 on RHEL 9.4 to enable ChallengeResponseAuthentication
Originally Published: 2025-05-29
Article Number
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: MFA Agent 9.0 for PAM
RSA Version/Condition: 8.x
Issue
According to the RSA MFA Agent for PAM Platform Support Matrix, the MFA Agent 9.0 for PAM Agent is supported on RHEL 9.x, but the guide does not call out the fact that there is a file called 50-redhat.conf in /etc/ssh/sshd_config.d that will overwrite values that you try to put into /etc/ssh/sshd_config.
Resolution
Steps to correct the issue:
- Login as root and navigate to /etc/ssh/
cd /etc/ssh
- Make a backup of the sshd_config file
cp sshd_config sshd_config.orig
- Make a backup of 50-redhat.conf
cp ssh_config.d/50-redhat.conf ssh_config.d/50-redhat.conf.orig
- Open the new ssh_config.d/50-redhat.conf in vi or vim.
- Find the line containing ChallengeResponseAuthentication and set it to yes:
ChallengeResponseAuthentication yes
- Save the file using [Esc]:wq!
- Open sshd_config in vi or vim.
- Find the line containing ChallengeResponseAuthentication and set it to yes:
ChallengeResponseAuthentication yes
- Save the file using [Esc]:wq!
- Restart the ssh daemon.
- The rest of the config guide is correct as written.
Related Articles
Can RSA ACE/Server or ACE/Agent be used on Microsoft Windows XP? 13Number of Views FIM 4.x - What JAVA JDK Should be Used with WebLogic 9 or WebLogic 10 with FIM 4.x 11Number of Views RSA Announces the Release of RSA Identity Governance and Lifecycle 7.5 23Number of Views Can RSA Identity Governance and Lifecycle 7.0.0 run on SLES 11 SP4? 10Number of Views RSA Governance & Lifecycle 8.0.0 Oracle TCPS Support Matrix Guide 16Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 RSA-2026-04: RSA Governance and Lifecycle Security Update for SUSE Linux Enterprise Server Vulnerabilities RSA Governance & Lifecycle 7.5.2 Administrator's Guide
Don't see what you're looking for?