Operating System - HP-UX
1833838 Members
2797 Online
110063 Solutions
New Discussion

Re: chroot user ftp access denied

 
kholikt
Super Advisor

chroot user ftp access denied

I have create chroot user but the problem is this user cannot use ftp
abc
3 REPLIES 3
Michael Tully
Honored Contributor

Re: chroot user ftp access denied

Hi,

You may want to have a look at this:

http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/wu_ftpd-2.6.1/
Anyone for a Mutiny ?
Duncan Beattie
Occasional Advisor

Re: chroot user ftp access denied

Hi

This post may be of interest..

http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xea627d4cf554d611abdb0090277a778c,00.html

You might want to check /var/adm/inetd.sec and /etc/ftpd/ftpusers (check your account is NOT listed in this file, or ftp access will be denied).

HTH

Duncan
Sanjay_6
Honored Contributor

Re: chroot user ftp access denied

Hi,

Make sure the user is not listed in /etc/ftpd/ftpusers. If the user has a shell /usr/bin/false, it should be listed in /etc/shells file. Also the user must have a password.

Hope this helps.

Regds