diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-26 23:31:37 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-26 23:31:37 +0200 |
| commit | 168466abdb47ccde1f9e76113bb0d9a2569f2df9 (patch) | |
| tree | 2f4660de43b7b7702f3e423f74a28a3142b48721 | |
| parent | fd3724672bb29356ce3848c672cd85b29172d290 (diff) | |
Disable firewall to allow incoming connections on different ports
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
