1755637 Members
3907 Online
108837 Solutions
New Discussion

Ftp problem

 
SOLVED
Go to solution
Juanjo_1
Frequent Advisor

Ftp problem

I've a hp 9000 withc hp-ux 10.20 and we recently reinstalled the system (fs, users,services...) and now we've a problem with ftp server, only allows to log users with /sbin/sh shell asigned, but our users have /bin/ksh and when they try to connect the ftp server refuse the connection.

How may ftp server accept connections from other shells?

Thank you!
1 REPLY 1
S.K. Chan
Honored Contributor
Solution

Re: Ftp problem

Check /etc/shells, it should have these entries .. (this is what's in mine)..
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
/bin/sh
/bin/rsh
/bin/ksh
/bin/rksh
/bin/csh
/bin/keysh
/bin/pam
/bin/posix/sh
/usr/bin/bash