From c698e5634e372c41098951ed96fc044bf5eb327e Mon Sep 17 00:00:00 2001
From: Luke Smith It's usually easier to just entirely disable the firewall.
-I recommend this in 99% of the cases.
+ It's usually easier to just entirely disable the firewall as we set up different services.
+But be sure to see the article on how to fully configure the firewall later.
If you want to keep and customize the firewall for later, we can get away with just enabling the ports needed for a webserver:
+ We can also simply manually disable the blocking of connections over HTTP and HTTPS.
+This keeps the firewall otherwise active.
Excellent Extras
-
+
@@ -74,7 +74,8 @@
@@ -93,12 +94,15 @@
ufw installed, you can skip this section.
Option 1: Disable the firewall entirely...
-systemctl stop ufw
@@ -205,7 +205,8 @@ systemctl disable ufwOption 2: Or enable the proper ports.
-
diff --git a/sshkeys.html b/sshkeys.html
index a02a359..14db22c 100644
--- a/sshkeys.html
+++ b/sshkeys.html
@@ -150,7 +150,6 @@ UsePAM no
From here, simply reverse the settings we set above and you can login via SSH with a password and you can reapprove a newly created SSH key or whatever you want to do.
ufw allow http,https