On 2006-03-01, ynotssor <(E-Mail Removed)> wrote:
> "Eric" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)
>
>> I have a Fedora Core 2 box that has a few users that use it remotely.
>> I have FTP enabled for all, and I need a way to enable remote SSH
>> access to their shell accounts for some users but not for others. How
>> do I go about doing that?
>
> In /etc/ssh/sshd_config:
>
> PermitRootLogin no
> AllowUsers user0 user1 user2
>
> "man sshd_config" for more information.
>
If you have *several* users, you might consider this instead:
AllowGroups sshusers
where 'sshusers' is a group you create and to which you add
desired users
RW
--
http://rlworkman.net