Click to See Complete Forum and Search --> : FTP Users
Inferno
03-04-2000, 10:14 PM
I need to know how to creat guest ftp users. A user without a home dir and access to the whole computer just the ftp dir. For example user: mp3 pass: mp3 and he will go straight to /home/ftp and can not leave that dir.
Thanx
X_console
03-05-2000, 10:48 AM
One way would be to create the "guest" user and change that user's shell to /bin/false You can do that by modifying "guest"'s entry in /etc/passwd. Change whatever shell is defaulted to it to /bin/false
------------------
License Agreements are for people who have no confidence in their software.
Home: http://members.tripod.com/LunarsBlood/index.html
PGP: http://members.tripod.com/LunarsBlood/pgpkey.html
cygnus
05-01-2001, 01:03 PM
Originally posted by X_console:
<STRONG>One way would be to create the "guest" user and change that user's shell to /bin/false You can do that by modifying "guest"'s entry in /etc/passwd. Change whatever shell is defaulted to it to /bin/false
</STRONG>
That made ftp login for the user fail, when I tried that, so I had to switch it back to bash.