|
Hi,
Try backing up your file with a different name and try using this one. This is mine, and I am able to sftp into my machine no problem.
#Begin /etc/vsftp/vsftp.cnf
###################################################################
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
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
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
#
# You may fully customise the login banner string:
ftpd_banner=Welcome to jeffs FTP service.
pam_service_name=vsftpd
userlist_enable=YES
userlist_deny=NO
#enable for standalone mode
listen=YES
tcp_wrappers=YES
###############################################################################
Dont know much about this, but it's worth a try. I bet the lines in the last potion are what you need, the "userlist_enable=YES" in particular.
Good luck,
|