vsftp upload failed

Problem: When ftp user login permissions to / sbin / nologin can not be uploaded, modified after / bin / bash can upload
resolved: whether vsftpd will detect the user's shell is registered in the / etc / shells file, check found / etc / shells nologin not recorded, so that solution is as follows:
increase / sbin / in / etc / shells in nologin
echo "/ sbin / nologin" >> / etc / shells

Guess you like

Origin www.cnblogs.com/lazy-sang/p/12050151.html