This is a discussion on restricting ftp sessions to server within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> hi, i have the below 2 files /etc/ftpusers /etc/ftpd/ftpusers Okay, what i want to acheive is not to allow ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi, i have the below 2 files /etc/ftpusers /etc/ftpd/ftpusers Okay, what i want to acheive is not to allow ftp from certain users. Currently, my 2 files above are empty with owners and permissions as belows -rw-rw-r-- 1 bin bin and they are empty. Therefore, pple are allowed to ftp? So, when i enter some of the users in /etc/ftpusers to allow ftp, these users are not able to ftp as well. Please advise. |
| |||
| yls177@hotmail.com (yls177) wrote: >hi, i have the below 2 files > >/etc/ftpusers >/etc/ftpd/ftpusers > >Okay, what i want to acheive is not to allow ftp from certain users. >Currently, my 2 files above are empty with owners and permissions as >belows > >-rw-rw-r-- 1 bin bin > > >and they are empty. Therefore, pple are allowed to ftp? > >So, when i enter some of the users in /etc/ftpusers to allow ftp, >these users are not able to ftp as well. > >Please advise. From memory ftpusers list the users who are NOT permitted to ftp. man ftp, man ftpusers. Ted. ================================================== ============ | Ted Linnell <edlinnell@acslink.net.au> | | | | Nunawading, Victoria , Australia | ================================================== ============ |
| ||||
| For more access control features, check out wu-ftp. http://www.wu-ftpd.org/ If you are looking to secure your env, you might want to consider going to sftp. http://www.openssh.com/ - David Ted Linnell wrote: > yls177@hotmail.com (yls177) wrote: > > >>hi, i have the below 2 files >> >>/etc/ftpusers >>/etc/ftpd/ftpusers >> >>Okay, what i want to acheive is not to allow ftp from certain users. >>Currently, my 2 files above are empty with owners and permissions as >>belows >> >>-rw-rw-r-- 1 bin bin >> >> >>and they are empty. Therefore, pple are allowed to ftp? >> >>So, when i enter some of the users in /etc/ftpusers to allow ftp, >>these users are not able to ftp as well. >> >>Please advise. > > From memory ftpusers list the users who are NOT permitted to ftp. > > man ftp, man ftpusers. > > Ted. > ================================================== ============ > | Ted Linnell <edlinnell@acslink.net.au> | > | | > | Nunawading, Victoria , Australia | > ================================================== ============ |