Ubuntu and vsftpd....
Good day all,
Ive been trying to configure my ubuntu box to accept ftp connections...I can connect successfully but when i try to login with my username and pass it kicks me out saying login failed...???I am a superuser and should have access..when i login as ftp or anonymous i get in with no problems....i get this...
Connected to localhost.
220 $yn@cL3
Name (localhost:synacle): login
331 Please specify the password.
Password:
530 Login incorrect.
Login failed.
My vsftpd.conf file goes as follows...
listen=YES
anonymous_enable=YES
local_enable=YES
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chown_uploads=YES
chown_username=synacle
ftpd_banner=$yn@cL3
secure_chroot_dir=/var/run/vsftpd
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
anon_root=/home/ftp
chroot_local_user=YES
PLEASE HELP!!!ANY HELP WOULD BE GREATLY APPRECIATED....plEASEEE
|