Hello,

My problem now is to add a user as a virtual ftp user so that the user
will not have a system account. I done this with pure-ftpd and bench
mark it with vsftpd. The result is that vsftpd is far much faster
compared to pure-ftpd (no offense to pure-ftpd
Administrators)so I choose vsftpd. The only advantage for pure ftpd is
that the documentation (virtual users)is very accurate :D compared to
vsftpd.

Without virtual users configured and opening ssh will give a shell to
all ftp users :D. Well I'll research again this weekend and thanks for
the ideas it really helped a lot.

this is a part of the config :D
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list

ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO

rsa_cert_file=/usr/share/ssl/certs/vsftpd.pem



On 11/27/06, jopoy solano <[EMAIL PROTECTED]> wrote:

On 11/27/06, thad <[EMAIL PROTECTED]> wrote:
>
> why not use proftpd instead? You can use tls with it or jail your
> users so they will be limited to to their access directory only.
>
>

You can also jail users with vsftpd. Just edit  /etc/vsftpd/vsftpd.conf
and put users in /etc/vsftpd.chroot_list.



_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph




--
Respectfully yours,


Sandeil C. Tenebro, E.C.E.
Linux Registered User #384410
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to