From 168466abdb47ccde1f9e76113bb0d9a2569f2df9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 26 Jun 2021 23:31:37 +0200 Subject: Disable firewall to allow incoming connections on different ports --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3