RE: vsftpd Questions.

From: Nick Lindsell (nick_at_skywhale.net)
Date: 10/20/03

  • Next message: Bret Hughes: "Re: /dev/random file empty"
    To: redhat-list@redhat.com
    Date: 20 Oct 2003 13:45:48 +0100
    
    

    >
    > 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:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Bret Hughes: "Re: /dev/random file empty"