How secure is vsftpd? What alternative is there for more secure access?
Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I heard a rumor that passwords are sent across the Internet without any sort of encryption when using vsftpd as the server. How big of a security issue is this? I wouldn't so much mind people reading the data as it streams by, but the passwords need to remain secure.
I want to allow users to ftp website data, html's and jpeg's mostly, to the server without risking a security breach. Some of those websites they are updating will be businesses and process credit cards, so security is a big deal. I want them to be able to use the same name and password as they would for SSH, and I want them to be able to use the built-in "publish" commands in Dreamweaver, MS Publisher, or whatever software they want.
The problem is with the ftp protocol and not vsftp. As far as I know the vs in vsftp is from the server point of view. The ftp protocol itself doesn't transmit passwords or data securely.
Since you said that your clients have ssh access, do the programs they use support sftp?
If you want to support sftp & scp but not ssh, I believe there is a sftp-shell or something similar to use instead of
/bin/sh in /etc/passwd.
If you want to support sftp, scp and ssh, then google for "openssh chroot". For example, there is a sourceforge project for this. http://sourceforge.net/projects/chrootssh/
I'm not a web designer or web master. Don't some of the programs you mentioned only produce code that assumes they run on IIS servers? ( E.G. use activex, etc. )
Turns out that sFTP is more widely accepted by FTP-client programs like FileZilla, although FTP-SSL is also widely accepted. Newer versions of Dreamweaver also support sFTP. According to that webpage sFTP is the better choice for security and popularity.
Turns out that sFTP is more widely accepted by FTP-client programs like FileZilla, although FTP-SSL is also widely accepted. Newer versions of Dreamweaver also support sFTP. According to that webpage sFTP is the better choice for security and popularity.
Most of the extremely popular choices for client support both. I've had better luck running sftp generally and it lets you remove a daemon from the system (if you're running openssh for instance).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.