summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-08-15 22:10:29 +0200
committerAhmed Abdelhalim <[email protected]>2022-08-15 22:10:29 +0200
commit067c7a239340a1cea1f1acf7f6d7366f6d7c0915 (patch)
tree0df7bc19df5ee2181ff88ac8e4f4246ac6d9788a
parent59c361783c094a7fe7d4644afe717fe3ce88530f (diff)
Allow ssh for all the cards
-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