vsftp登陆错误530login incorrect及500 oops问题解决

来源:互联网 发布:js表单提交方式 编辑:程序博客网 时间:2024/05/21 18:50

今天在ubuntu14.04上配置最新版vsftp碰到错误:530 login incorrect错误,解决办法在/etc/shells文件中增加行:/usr/sbin/nologin

然后又碰到错误:500 OOPS: vsftpd: refusing to run with writable root inside chroot (),解决办法在/etc/vsftp.conf中增加行:allow_writeable_chroot=YES

0 0