# GOAL- Hướng dẫn tạo user FPT trên Linux và CentOS
# PROBLEM- Tạo user đăng nhập theo giao thức FTP (File Transfer Protocol)
- user_list
- chroot_list
# DETAIL1. Tạo user và phân quyền đăng nhập FTP vào máy chủ
useradd <-username>
passwd <-username>
chown –R <-username> /var/www/diendannhatban.info
groupadd <-groupname>
gpasswd -a <-username> <-groupname>
chgrp -R <-groupname> /var/www/diendannhatban.info
chmod -R g+rw /var/www/diendannhatban.info
# IDEA1. userlist_deny
userlist_enable
If enabled, vsftpd will load a list of usernames, from the filename 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_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=YES
userlist_file=/etc/vsftp.user_list
userlist_deny=NO
# MEMO- Bạn không thể xem liên kết này.
Đăng ký hoặc
Đăng nhập- Bạn không thể xem liên kết này.
Đăng ký hoặc
Đăng nhập- user_list Bạn không thể xem liên kết này.
Đăng ký hoặc
Đăng nhập- chroot_list Bạn không thể xem liên kết này.
Đăng ký hoặc
Đăng nhập