欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

ubuntu 1404 安装vsftpd提示530 Login incorrect incorrect date is incorrect incorrect email

程序员文章站 2022-04-19 16:49:47
...
最近要搭建nginx服务器和ftp服务

nginx服务器
在线安装 $sudo apt-get install nginx

安装nginx依赖包运行命令:
sudo apt-get install libssl-dev
sudo apt-get install libpcre3 libpcre3-dev

启动Nginx $sudo /etc/init.d/nginx start

ubuntu 14.04 安装vsftpd提示530 Login incorrect

ftp localhost
默认用户名为ftp,密码自己安装时设置

ubuntu 14.04 安装vsftpd提示530 Login incorrect

这个网上搜了很多方法都不靠谱,最终解决如下:

这是因为ubuntu启用了PAM,所在用到vsftp时需要用到 /etc/pam.d/vsftpd 这个文件(默认源码安装的不会有这个文件),因此除了匿名用户外本地用户无法登录。所以只要删除了就可以了。
sudo rm /etc/pam.d/vsftpd

500 OOPS:could not read chroot() list file:/etc/vsftpd.chroot_list
解决方法:sudo touch /etc/vsftpd.chroot_list

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了ubuntu 1404 安装vsftpd提示530 Login incorrect,包括了incorrect方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

相关标签: incorrect