Operating System - HP-UX
1825756 Members
2324 Online
109687 Solutions
New Discussion

Restricting FTP to certain users

 
SOLVED
Go to solution
Richard Ross
Regular Advisor

Restricting FTP to certain users

Is there a way to control FTP into an HP 11.0 box to certain users/hosts.
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: Restricting FTP to certain users

Hi Richard:

Take a look at the man pages (section 4) for 'inetd.sec' and 'ftpusers'.

These files are designed for your needs.

...JRF...
Richard Ross
Regular Advisor

Re: Restricting FTP to certain users

Thanks guys ...
Rajeev Tyagi
Valued Contributor

Re: Restricting FTP to certain users

Hi,


Well the simplest way you can do it is using /etc/ftpusers where u will put the name of the users u want to deny ftp. For Hosts you can use inetd.sec file to allow or deny the access to ftp on your machine.