| | |
| | |
|
| | | /etc/init.d/openbsd-inetd restart
|
| | |
|
| | | # Some additional settings for pureftpd |
| | | |
| | | echo 'yes' > /etc/pure-ftpd/conf/DontResolve |
| | | |
| | | # Enable TLS in pureftpd |
| | | echo 1 > /etc/pure-ftpd/conf/TLS |
| | | mkdir -p /etc/ssl/private/ |
| | | openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem |
| | | chmod 600 /etc/ssl/private/pure-ftpd.pem |
| | | |
| | |
|
| | | # Edit /etc/fstab. Mine looks like this (I added ,usrquota,grpquota to the partition with the mount point /):
|
| | |
|
| | |
| | |
|
| | | apt-get install vlogger webalizer
|
| | |
|
| | | Change the following line in /etc/webalizer.conf from |
| | | |
| | | #Incremental no |
| | | |
| | | to |
| | | |
| | | Incremental yes |
| | | |
| | | 7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
|
| | |
|
| | | apt-get install build-essential autoconf automake1.9 libtool flex bison
|