- จากโพสก่อนหน้านี้เรื่องจำกัด login ftp ให้เห็นได้เฉพาะ home ของ user เท่านั้น
- ปัญหาต่อมาคือ login ไม่ผ่าน error งี้ซะงั้น (ใช้ Win SCP login แบบ FTP)
OOPS: vsftpd: refusing to run with writable root inside chroot()Solved 1
chmod a-w /home/$USERSolved 2 (Recommented)
- Open vsftpd configuration file - /etc/vsftpd.conf
sudo vi /etc/vsftpd/vsftpd.conf
- add config append "chroot_local_chroot=YES"
- For the standard vsFTPd build (vsftpd):
allow_writeable_chroot=YES
- For the extended vsFTPd build (vsftpd-ext):
allow_writable_chroot=YES
- in this case test on Ubuntu 14.04 use standard it get about this line
chroot_local_user=YES
allow_writeable_chroot=YES
- Save and close the file. Restart vsftpd.
sudo service vsftpd restartRef
- https://www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot/
No comments:
Post a Comment