I have a host that is using NIS for user authentication. Both user A and B are valid user. But how to only allow user A login the host via ssh?

link|improve this question

40% accept rate
feedback

1 Answer

up vote 2 down vote accepted

SSH is configured via the file /etc/ssh/sshd_config.

See the above documentation as regarding the parameters AllowGroups, AllowUsers, DenyGroups, DenyUsers.

link|improve this answer
Thanks. It works! – Kane Sep 21 '10 at 6:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.