From cab439192ba6b996f99f4aa7ad3ed88136e6c9ba Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 14 Nov 2022 10:38:44 +0100 Subject: [PATCH] typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 56df1ba..136060f 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ La commande suivante automatise (en shell) le déploiement de ma clé ssh sur une machine distante. ```bash -ssh cible curl https://infra.opendoor.fr/id_rsa.pub -o ~/.ssh/authorized_keys +ssh cible curl https://infra.opendoor.fr/id_rsa.pub >> ~/.ssh/authorized_keys ``` Identifier tous les problèmes que peut rencontrer ce script lors de son exécution.