![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vsftpd 2.0.6 (Stable branch) | iBot | Software Releases - RSS News | 0 | 02-14-2008 01:40 AM |
| vsftpd won't start on SLES 10 | dave521 | SuSE | 5 | 09-22-2006 12:10 PM |
| Redhat Ent 3... vsftpd... | B14speedfreak | Red Hat | 1 | 06-12-2006 11:25 AM |
| vsftpd fatal flaw - can C help | jhod22 | High Level Programming | 2 | 04-19-2006 07:06 AM |
| Service + vsftpd | HSN | UNIX for Dummies Questions & Answers | 1 | 05-05-2005 07:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
VSFTPD, cannot login
I setup vsftpd.conf as follows and tried to login using root and normal user 'winston' but failed authentication. Any idea what's wrong?
======================== CONTENTS OF /etc/vsftpd/vsftpd.conf 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=nobody chroot_list_enable=YES chroot_local_user=YES background=YES listen=YES RESTARTED VSFTPD [root@panggou vsftpd]# service vsftpd restart Shutting down vsftpd: [ OK ] Starting vsftpd for vsftpd: [ OK ] [root@panggou vsftpd]# service vsftpd status vsftpd (pid 3432) is running... STILL CAN'T LOGIN WITH ROOT OR NORMAL USER WINSTON [root@panggou vsftpd]# ftp panggou Connected to panggou.homeunix.org. 220 (vsFTPd 2.0.3) 530 Please login with USER and PASS. 530 Please login with USER and PASS. KERBEROS_V4 rejected as an authentication type Name (panggou:root): root 331 Please specify the password. Password: 530 Login incorrect. Login failed. ftp> by 221 Goodbye. [root@panggou vsftpd]# ftp panggou Connected to panggou.homeunix.org. 220 (vsFTPd 2.0.3) 530 Please login with USER and PASS. 530 Please login with USER and PASS. KERBEROS_V4 rejected as an authentication type Name (panggou:root): winston 331 Please specify the password. Password: 530 Login incorrect. Login failed. ftp> ======================== Any ideas? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|