Skip to content
Snippets Groups Projects
Commit f38a6d5f authored by tbrehm's avatar tbrehm
Browse files

Updated debian installation instructions.

parent e08bdcf5
Branches
Tags
No related merge requests found
......@@ -132,6 +132,16 @@ vi /etc/inetd.conf
/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 /):
......@@ -243,6 +253,14 @@ update-rc.d mydns defaults
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment