summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 43b5f8f..1f34fc1 100644
--- a/README.md
+++ b/README.md
@@ -82,15 +82,18 @@ ln -sf ~/.rc/.bashrc ~/.bashrc
sudo ln -sf /usr/bin/pinentry-tty /usr/local/bin/pinentry-tty
ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf
+```
-ssh-add -L > ~/.ssh/.authorized_keys
+## ParrotOS (extras)
+```bash
+# Allow ssh into the machine
+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
-```
-## ParrotOS (extras)
-```bash
+# Setup extra PenTools
git clone https://github.com/danielmiessler/SecLists.git ~/SecLists
sudo mv ~/SecLists /usr/share/
git clone https://github.com/Orange-Cyberdefense/arsenal.git ~/arsenal