Results 1 to 1 of 1
Hello.
I installed VSFTPD via Yum, and it does not work.
I get the error 530 - Wrong Login when connecting.
I have struggled with this all day, constant googling, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
VSFTPD 530 Cannot Login
Hello.
I installed VSFTPD via Yum, and it does not work.
I get the error 530 - Wrong Login when connecting.
I have struggled with this all day, constant googling, different ftpds, but no luck. Still the same error.
This is the contents of /etc/vsftpd/vsftpd.conf
And my /etc/pam.d/vsftpd fileCode:anonymous_enable=NO local_enable=YES dirmessage_enable=YES connect_from_port_20=YES xferlog_enable=YES xferlog_file=/var/log/vsftpd/vsftpd.log nopriv_user=nobdy chroot_list_enable=YES chroot_local_user=YES background=YES write_enable=YES listen=YES listen_port=21 pam_service_name=vsftpd idle_session_timeout=1024 check_shell=NO
The user I am trying to login as is in group ftp-users, and the shell is /bin/false.Code:#%PAM-1.0 session optional pam_keyinit.so force revoke auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed auth required pam_shells.so auth include system-auth accont include system-auth session include system-auth session required pam_loginuid.so
I am not trying to use a 'virtual users' login, nor do I have a db program for that matter.
This really confuses me, and it would be very helpful if it were to be solved.
Code:220 (vsFTPd 2.0.5) USER milk 331 Please specify the password. PASS (password not shown) 530 Login incorrect. Unable to make a connection. Please try again.


Reply With Quote
