# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial) 。Not enabling it,
# however,may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that turning on ascii_download_enable enables malicious remote parties
# to consume your I/O resources,by issuing the command “SIZE /big/file” in
# ASCII mode.
# These ASCII options are split into upload and download because you may wish
# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),
# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
# on the client anyway. 。
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES,then this list becomes a list of
# users to NOT chroot() 。
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the “-R” option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However,some broken FTP clients such as “ncftp” and “mirror” assume
# the presence of the “-R” option,so there is a strong case for enabling it.
#ls_recurse_enable=YES
pam_service_name=vsftpd
userlist_enable=YES
#enable for standalone mode
listen=YES
tcp_wrappers=YES
上面就是Linux下处理vsftpd 530 login incorrect报错的方法介绍了,如果你出现了该报错,又不知道该如何处理的话,不妨先找找出错原因,再从原因上入手解决相关问题 。
推荐阅读
- Linux/Ubuntu下chmod命令格式的两大风格
- Linux vsftp中提示530 Permission denied怎么办?
- Linux下如何安装vsftpd服务器
- 如何在Linux中查看vsftp数据库db文件
- Linux系统中如何修改网卡DNS?
- 如何处理Linux系统宕机的问题
- Linux系统被入侵该如何检测?
- 使用cgroups管理Linux磁盘io的方法
- Linux中ldd命令的用法详解
- Linux下如何使用cgroups管理CPU资源