Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: VSFTP Login Woes
PostPosted: Fri Sep 30, 2005 4:57 pm 
Offline
Senior Member

Joined: Tue Mar 09, 2004 3:52 am
Posts: 106
Hi all. I am setting up VSFTP on my 'node, and I have the server up and running and responding to connections, but I am having an issue with logins. I have the .conf file set to allow no anonymous, but to allow local accounts to auth. I can ssh into my 'node, and the root login for instance works fine, but when I try to ftp in with any account, vsftp dumps me with a 530 login error when I am FOR SURE using the correct local login...

Here is my vsftpd.conf:

Code:
#
#VSFTPD Configuration (modified 09/30/05)
#

#
# User Level (anonymous vs. local):
anonymous_enable=NO
local_enable=YES

#
# FTP Access Rights:
local_umask=022
write_enable=YES

#
# Logging:
xferlog_enable=YES
xferlog_std_format=NO
vsftpd_log_file=/proj/logs/vsftpd.log

#
# Connection Rules:
connect_from_port_20=YES
idle_session_timeout=600
data_connection_timeout=600

#
# FTP Settings:
ls_recurse_enable=YES
force_dot_files=YES

#
# Messages:
ftpd_banner=VSFTP - Linode Server.
dirmessage_enable=YES


The error I get upon entering my username then password is:

Code:
530 Login incorrect.
Login failed.


Anything look outrageously incorrect in there, or am I missing something?


Top
   
 Post subject:
PostPosted: Mon Oct 03, 2005 1:31 am 
Offline
Senior Member

Joined: Wed Oct 20, 2004 8:55 am
Posts: 120
These are the only changes I made on Debian Sarge

Code:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022

# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().

chroot_list_enable=YES


I'd have a look through your config file for the last one, and make sure you're not running vsftpd chrooted.


Top
   
 Post subject:
PostPosted: Mon Oct 03, 2005 2:35 am 
Offline
Senior Member

Joined: Tue Mar 09, 2004 3:52 am
Posts: 106
Found the error, was a problem with my PAM settings in /etc/pam.d/vsftpd. Thanks for the help.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group