From 067c7a239340a1cea1f1acf7f6d7366f6d7c0915 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 15 Aug 2022 22:10:29 +0200 Subject: Allow ssh for all the cards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3