Operating System - HP-UX
1828360 Members
3939 Online
109976 Solutions
New Discussion

Re: Problem with korn shell

 
SOLVED
Go to solution
Rene_17
Regular Advisor

Problem with korn shell

I have a little problem !

I added the korn shell to an user. After that I can??t connect with a ftp client to the server with that user ! I don??t know why the korn shell permitts the remote connection ?
3 REPLIES 3
Stefan Farrelly
Honored Contributor
Solution

Re: Problem with korn shell

see man shells
/etc/shells must list valid shells, not only for login but for ftp also.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Claudio_17
Frequent Advisor

Re: Problem with korn shell

Try add /usr/bin/ksh in /etc/shells ; if /etc/shells don't exist create it.



Rene_17
Regular Advisor

Re: Problem with korn shell

It works !!!!
Thank you for your help !!!