summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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