AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Create FTP.allow or FTP .deny file for list of users

  • 1.  Create FTP.allow or FTP .deny file for list of users

    Posted Wed February 17, 2010 06:21 AM

    Originally posted by: Mohammed_Qasim


    Hello All,

    I need one help to achieve the following on AIX.

    I need to restrict the FTP access to perticular users or want to grant FTP access to group of users. How can I proceed with this or how can I create FTP.allow file or FTP.deny file? so that only selected user from FTP.allow file can have FTP access or vice verca.

    Thanks in advance.
    #AIX-Forum


  • 2.  Re: Create FTP.allow or FTP .deny file for list of users

    Posted Thu February 18, 2010 11:39 AM

    Originally posted by: rlp8971


    You can use the command 'ruser' to control access to ftp. Entries that cannot use ftp go into a file /etc/ftpusers.
    To disable root from using ftp, you would run:
    ruser -a -f root
    #AIX-Forum


  • 3.  Re: Create FTP.allow or FTP .deny file for list of users

    Posted Fri February 19, 2010 04:49 AM

    Originally posted by: Mohammed_Qasim


    Thanks a lot rlp8971.

    It helped me a lot.
    #AIX-Forum