summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-06-26 23:31:37 +0200
committerAhmed Abdelhalim <[email protected]>2021-06-26 23:31:37 +0200
commit168466abdb47ccde1f9e76113bb0d9a2569f2df9 (patch)
tree2f4660de43b7b7702f3e423f74a28a3142b48721
parentfd3724672bb29356ce3848c672cd85b29172d290 (diff)
Disable firewall to allow incoming connections on different ports
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49488b6..dfacd2c 100644
--- a/README.md
+++ b/README.md
@@ -91,8 +91,8 @@ ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf
ssh-add -L > ~/.ssh/authorized_keys
sudo ln -sf ~/.rc/etc/ssh/sshd_config /etc/ssh/sshd_config
sudo systemctl enable ssh
-sudo ufw enable
-sudo ufw allow from 192.168.0.0/24 to any port 22
+# sudo ufw enable
+# sudo ufw allow from 192.168.0.0/24 to any port 22
# Setup extra PenTools
git clone https://github.com/danielmiessler/SecLists.git ~/SecLists