"Match User" rule in sshd_config does not match domain users
Issue
- OpenSSH is currently configured to deny password authentication.
PasswordAuthentication no - Need to allow domain user (Active Directory (AD) or Identity Management (IdM))
bob@example.comto login to SSH with password -
Match Userblock has been appended tosshd_configMatch User bob@example.com PasswordAuthentication yes -
User is not able to login with password occasionally.
Environment
- Red Hat Enterprise Linux 7
- Red Hat Enterprise Linux 8
- OpenSSH
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.