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

WBOY
Release: 2016-07-29 08:52:06
Original
1557 people have browsed it

I need to build nginx server and ftp service recently

nginx server
Online installation $sudo apt-get install nginx

Install nginx dependency package and run command:
sudo apt-get install libssl-dev
sudo apt-get install libpcre3 libpcre3-dev

Start Nginx $sudo /etc/init.d/nginx start

ubuntu 14.04 Install vsftpd prompt 530 Login incorrect

ftp localhost
The default user name is ftp, and the password is set when you install it. Ubuntu 14.04 installs vsftpd and prompts 530 Login incorrect. Many methods searched online are unreliable. The final solution is as follows: This is because Ubuntu has enabled PAM, which is used. When going to vsftp, you need to use the file /etc/pam.d/vsftpd (the default source code installation does not have this file), so local users cannot log in except anonymous users. So just delete it.

sudo rm /etc/pam.d/vsftpd

500 OOPS:could not read chroot() list file:/etc/vsftpd.chroot_list

Solution: 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); }); });

The above has introduced the prompt 530 Login incorrect when installing vsftpd on ubuntu 1404, including the incorrect content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!