Ubuntu下ftp服务器的配置(3)

三:下面的是限制用户目录

在默认情况下,用户登入到FTP服务器上后,可以访问服务器中出自己目录之外的其他目录。为了提高FTP服务器的安全性,可以限制用户只能访问自己的主目录,而不能访问其他的目录

(1):创建用户

使用以下命令可以创建用户并设置密码

root@ :/home/linuxidc# cd
root@ :~# useradd gujian
root@ :~# passwd gujian
输入新的 UNIX 密码:
重新输入新的 UNIX 密码:
passwd:已成功更新密码
root@ :~#

2:编辑/etc/vsftpd.conf配置文件

root@ :~# cd /etc
root@ :/etc# gedit /vsftpd.conf


chroot_list_enable=YES

chroot_list_file=/etc/vsftpd/chroot_list


3:创建/etc/vsftpd/chroot_list

#cd  /etc

#gedit chroot_list

gujian

4:重启ftp

service ftp restart

5:在客户端进行测试

root@  :/etc# ftp 172.18.71.12
Connected to 172.18.71.12.
220 (vsFTPd 2.3.5)
Name (172.18.71.12:linuxidc): gujian
331 Please specify the password.
Password:
login successful

ftp:cd/home

Failed to  change directory

5:最后一项:

使用Mozilla Firefox浏览器

Ubuntu下ftp服务器的配置

 

哈哈~~ 一切ok了

linux

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/bf66e84ca4e58143436a0d7467f9bb10.html