diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-08-15 22:10:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-08-15 22:10:29 +0200 |
| commit | 067c7a239340a1cea1f1acf7f6d7366f6d7c0915 (patch) | |
| tree | 0df7bc19df5ee2181ff88ac8e4f4246ac6d9788a /README.md | |
| parent | 59c361783c094a7fe7d4644afe717fe3ce88530f (diff) | |
Allow ssh for all the cards
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
