> 
> Now, something new is in my mind. There is one user, to whom I have given
> FTP access, I want her not to ssh(telnet) into my system using that user
> id/passwd. What is the easiest method to do that ... 
> 
> This may be a simple question, but I am new to linux.
> 
> Thanks in advance,
> 
> Yasir.
> 
> 
> 
> 
Disable their login shell could work.

In /etc/password change "/bin/bash"
to "/sbin/nologin" for that user.

You can also use the Redhat User Manager
under System Settings to do the same if
you have a graphical interface..


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to