Hello everyone,
I have been using BSD from more years than I can count but just recently built my first box with a firewall, Apache webserver, SQL server and client and so on. I did this more or less just to learn how to be an administrator and to get much more familiar with shell access and doing everything command line. I have been very happen with my progress but for the life of me I can not seem to get a user to just have FTP without having shell access. So as of right now I'm using ftpd(8) with ftpchroot to lock users in directories and was trying to take away shell access by changing shell to /bin/nologin/ but when I do that
I have been using BSD from more years than I can count but just recently built my first box with a firewall, Apache webserver, SQL server and client and so on. I did this more or less just to learn how to be an administrator and to get much more familiar with shell access and doing everything command line. I have been very happen with my progress but for the life of me I can not seem to get a user to just have FTP without having shell access. So as of right now I'm using ftpd(8) with ftpchroot to lock users in directories and was trying to take away shell access by changing shell to /bin/nologin/ but when I do that
ftp stops working. Maybe I'm missing a step because when I search around on the internet I see people saying that is the correct way. If anyone could help me out it would be greatly appreciated.