vsftp 익명사용자를 사용하지 못하게 하기

밤톨맨이다의 이미지

vsftp를 사용하다 보니 익명사용자는 사용하지 못하고 정해진 사용자들만이 접속을 할 수 있도록 설정하는 방법이 궁금해서 글을 쓰게 되었습니다. 설정하는 방법이 있다면 알려 주세요.

Mins의 이미지

# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
#anonymous_enable=YES
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES

vsftpd.conf 에 관련된 여러 설정들이 있습니다..

적당히 입맛따라 고쳐주세요..