This commit is contained in:
2020-06-25 10:37:05 +02:00
parent 1316424e38
commit 47579b71d5

View File

@@ -54,6 +54,6 @@ ufw allow 20:21/tcp
ufw allow 30000:31000/tcp ufw allow 30000:31000/tcp
#SSH/SFTP #SSH/SFTP
ufw limit 22/tcp ufw limit 22/tcp
echo "y" | ufw limit > $OUTPUT 2>&1 echo "y" | ufw enable
#Restart services
systemctl restart vsftpd sshd systemctl restart vsftpd sshd