Apr 17, 2001 #1 rcbatlinux Technical User Joined Mar 30, 2001 Messages 80 Location US Is there a way to restrict ftp access on AIX to specific users? Rick
Apr 18, 2001 #2 freeman MIS Joined Mar 22, 2001 Messages 9 Location SE hi there! cd to /etc. ls for ftp* and look for : ftpaccess, ftpaccess.heavy, ftphosts, ftpgroups, ftpusers, ftpconversions. config these files for a restricted access to you AiX ftp server. good luck! //DG Upvote 0 Downvote
hi there! cd to /etc. ls for ftp* and look for : ftpaccess, ftpaccess.heavy, ftphosts, ftpgroups, ftpusers, ftpconversions. config these files for a restricted access to you AiX ftp server. good luck! //DG
Apr 19, 2001 #3 ElgisRamon MIS Joined Jun 14, 1999 Messages 606 Location US You need to list your blocked users in the [tt]/etc/ftpusers[/tt] file, you can do that using [tt]smit ruser[/tt] too. Remember to list one user name at each line in the ftpusers file. I hope it works... Unix was made by and for smart people. Upvote 0 Downvote
You need to list your blocked users in the [tt]/etc/ftpusers[/tt] file, you can do that using [tt]smit ruser[/tt] too. Remember to list one user name at each line in the ftpusers file. I hope it works... Unix was made by and for smart people.