Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We are using vsFTPd.

vsFTPd is not compliant with security policy but is acceptable for dev env I think.
DTIS security policy requires a secure FTP server (where passwords are not clear text).
That exercise seems like a distraction as of March 11, 2008 so I'll revisit.

Installing
$ yum install vsftpd
$ rpm -q vsftpd
$ /sbin/chkconfig vsftpd on
$ /sbin/service vsftpd start

Security
Default setting on SELinux will prevent access to home directories.
To allow access run this command:
$ /usr/sbin/setsebool -P ftp_home_dir 1

URLs

http://vsftpd.beasts.org/

File System Locations

/usr/share/doc/vsftpd-2.0.5
/etc/vsftpd/vsftpd.conf

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.