代码搜索:vsftpd
找到约 147 项符合「vsftpd」的源代码
代码结果 147
www.eeworm.com/read/372371/9512283
vsftpd
# default: on
# description:
# The vsftpd FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ft
www.eeworm.com/read/359058/10167563
vsftpd
www.eeworm.com/read/448678/7527197
vsftpd
# default: on
# description:
# The vsftpd FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ft
www.eeworm.com/read/288089/4012236
vsftpd
# default: on
# description:
# The vsftpd FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ft
www.eeworm.com/read/418455/10944804
vsftpd使用~
1 增加组 groupadd ftpgroup
2 修改/etc/vsftpd/vsftpd.conf
将底下三行
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
改为
chroot_list_enable=YES
www.eeworm.com/read/372371/9512258
conf vsftpd.conf
# Standalone mode
listen=YES
max_clients=200
max_per_ip=4
# Access rights
#接受匿名用户
anonymous_enable=NO
#接受本地用户
local_enable=YES
#本地用户主目录
local_root=/home
#若启用此选项,userlist_deny选项才被启动
userlist_enable=YES
www.eeworm.com/read/372371/9512413
pam vsftpd.pam
#%PAM-1.0
auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth required /lib/security/pam_unix.so shadow nullok
auth required /lib/s
www.eeworm.com/read/372371/9512416
log vsftpd.log
/var/log/vsftpd.log {
# ftpd doesn't handle SIGHUP properly
nocompress
}
www.eeworm.com/read/372371/9512438
conf vsftpd.conf
# Standalone mode
listen=YES
max_clients=200
max_per_ip=4
# Access rights
#接受匿名用户
anonymous_enable=NO
#接受本地用户
local_enable=YES
#本地用户主目录
local_root=/home
#若启用此选项,userlist_deny选项才被启动
userlist_enable=YES
www.eeworm.com/read/372371/9512456
conf vsftpd.conf
anonymous_enable=NO
local_enable=YES
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
chroot_local_user=YES
guest_enable=YES
guest_username=virtual
listen=YE