Re: [Proftpd-user] User profited

Anton Luka Šijanec <[email protected]>
Newsgroups gmane.network.proftpd.user
Message-ID <[email protected]>
Hi!

> What kind of shel should I use so that I don't have access to the
> system?
> 
> Shell (sh csh tcsh bash rbash nologin) [sh]:

Normally /bin/false or /usr/sbin/nologin is used for this case.

I assume you'd enter false or nologin in this case where the whole path
is not required.

But I think anything from /bin/echo, /bin/date and other harmless
binaries can be used.

When creating the user, you can use the command
# useradd -r username

The -r flag means that the user will be a system user, those users are
created for purposes such as yours and can't login.


Regards, A.



_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.