diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
