summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53f6a9d..44674f8 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ chsh -s $(brew --prefix)/bin/bash
## ParrotOS (extras)
```bash
# Allow ssh into the machine
-ssh-add -L > ~/.ssh/authorized_keys
+curl https://meta.sr.ht/~a14m.keys > ~/.ssh/authorized_keys
sudo ln -sf ~/.rc/etc/ssh/sshd_config /etc/ssh/sshd_config
sudo systemctl enable ssh