In securing my box I need to let some users ftp in. But other than ftp and email they don't need any other privileges.
Suggestions on what shell to assign?
Rick
CentOS 4.5
vsftp 2.0.1-5
ftp user shell
-
- Posts: 1478
- Joined: 2006/05/29 16:50:11
- Location: San Francisco, CA
ftp user shell
Look at the -r switch for the bash shell (or start bash with the name "rbash") in "man bash".
Re: ftp user shell
I'm not sure, but would /bin/false work as a shell and still give them ftp and mail?