diff --git a/setup.sh b/setup.sh index ba7256a..af1be63 100644 --- a/setup.sh +++ b/setup.sh @@ -61,6 +61,7 @@ echo "y" | ufw enable wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/fail2ban/jail.local -O /etc/fail2ban/jail.local wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/fail2ban/jail-vsftp.local -O /etc/fail2ban/jail.d/vsftp.local wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/fail2ban/filter-vsftpd.local -O /etc/fail2ban/filter.d/vsftpd.local +touch /etc/vsftpd.user_list /var/log/vsftpd.log #Restarting and enableing services systemctl enable vsftpd sshd fail2ban