LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   vsftpd root login (https://www.linuxquestions.org/questions/fedora-35/vsftpd-root-login-418625/)

hobz 02-23-2006 01:06 AM

vsftpd root login
 
Hi guys
How can I enable login as root user to vsftpd ?

Artanicus 02-23-2006 01:46 AM

Seriously speaking, you do not want that.. ftp is a legacy protocol and very unsafe even for normal users not to even mention for root! So, I strongly urge you to use sftp(ssh ftp) instead.

nguyennh 02-23-2006 05:02 AM

vsftpd stands for Very Secure FTP Daemon (a kind of ftp server). And if I'm not mistake it NOT allow you login as root user unless you change your config file or build your modified vsftpd source code :-).

cramer 02-23-2006 03:13 PM

Find: vsftpd.ftpusers AND vsftpd.user_list

Open them with vi or whatever text editor you like, take out the "root" line. Save and then you can login as root for ftp.

nguyennh 02-23-2006 08:24 PM

cramer is totally right .

nguyennh 02-23-2006 08:38 PM

But be sure that vsftpd.conf contains this line
userlist_enable=YES

hobz 02-24-2006 12:55 AM

:) Thanks a million Guys

endoglastic 12-24-2009 12:44 PM

i do not have the user config file in my /etc/, and i put userlist_enable in my vsftpd.conf, and nothing happend. I want to log in as root also (even though you guys think its not safe). I did a search and it didnt find either of these vsftpd.ftpusers AND vsftpd.user_list


All times are GMT -5. The time now is 07:10 AM.