安装vsftpd
sudo apt-get install vsftpd
安装后,登陆出现530 Login incorrect
将pam_service_name=vsftpd 修改为 pam_service_name=ftp
出现
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
500 OOPS: priv_sock_get_cmd
参考
[url]http://www.mikestechblog.com/joomla/operating-systems-section/operating-systems-ubuntu/155-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot.html[/url]
增加:allow_writeable_chroot=YES
230 Login successful.
sudo apt-get install vsftpd
安装后,登陆出现530 Login incorrect
将pam_service_name=vsftpd 修改为 pam_service_name=ftp
出现
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
500 OOPS: priv_sock_get_cmd
参考
[url]http://www.mikestechblog.com/joomla/operating-systems-section/operating-systems-ubuntu/155-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot.html[/url]
增加:allow_writeable_chroot=YES
230 Login successful.
本文介绍了如何解决vsftpd安装后出现的530Login incorrect及500OOPS错误。通过修改pam_service_name配置,并启用allow_writeable_chroot选项来确保登录成功。
1180

被折叠的 条评论
为什么被折叠?



