From 6f8c6d608f1982207f9ca55a176717be61c044fe Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 7 Sep 2018 09:58:14 +0000 Subject: [PATCH] Update 'Main-Installer_V0.1.sh' --- Main-Installer_V0.1.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Main-Installer_V0.1.sh b/Main-Installer_V0.1.sh index 806802a..56bce82 100644 --- a/Main-Installer_V0.1.sh +++ b/Main-Installer_V0.1.sh @@ -122,6 +122,12 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow command 0 0 * * * apt-get update -y && apt-get upgrade -y &&apt-get dist-upgrade -y EOF +ufw allow OpenSSH +ufw allow 443/tcp +ufw allow 80/tcp +ufw limit ssh +echo "y" | sudo ufw enable + #-------------------# # Install Phase #