Re: VSFTPD - setting up acceptable logins
From: Mike Vanecek (rh_list_at_mm-vanecek.cc)
Date: 08/07/03
- Previous message: Sinon: "RE: IP CHAINS on Red Hat Linux 7.1"
- In reply to: Jon Slack: "Re: VSFTPD - setting up acceptable logins"
- Next in thread: Gerry Doris: "Re: VSFTPD - setting up acceptable logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Thu, 7 Aug 2003 09:45:19 -0500
On Thu, 07 Aug 2003 15:26:59 +0100, Jon Slack wrote
> Many thanks for your reply.
>
> Yep - I found that. But just where this variable is set is not made
> clear. Assuming that it is set in vsftpd.user_list, I assume I must
> delete all the users listed by default ('root' through 'nobody') and
> add usernames I would like to be able to log in. If so, where do I
> set the password?
All of the settings go in /etc/vsftpd/vsftpd.conf
See man vsftpd.conf
userlist_deny
This option is examined if userlist_enable is activated. If you
set this setting to NO, then users will be denied login unless
they are explicitly listed in the file specified by
userlist_file. When login is denied, the denial is issued
before the user is asked for a password.
Default: YES
userlist_enable
If enabled, vsftpd will load a list of usernames, from the file-
name given by userlist_file. If a user tries to log in using a
name in this file, they will be denied before they are asked for
a password. This may be useful in preventing cleartext passwords
being transmitted. See also userlist_deny.
Default: NO
userlist_file
This option is the name of the file loaded when the
userlist_enable option is active.
Default: /etc/vsftpd.user_list
# If userlist_deny=NO, only allow users in this file
# If userlist_deny=YES (default), never allow users in this file, and
# do not even prompt for a password.
The users and passwords are defined in your normal user list.
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Sinon: "RE: IP CHAINS on Red Hat Linux 7.1"
- In reply to: Jon Slack: "Re: VSFTPD - setting up acceptable logins"
- Next in thread: Gerry Doris: "Re: VSFTPD - setting up acceptable logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|