How do I configure sshd to only allow particular users login with Red Hat Enterprise Linux 5?
Updated -
Release Found: Red Hat Enterprise Linux 5
The directive, AllowUsers, can be configured in /etc/ssh/sshd_config. This directive can be followed by the list of user name patterns, separated by spaces. If specified, login is allowed only for those user names.
For example, sshd only allow user redhat login:
...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.