From e48d3ae705ddfd26d4c632cbae9cdbc48562bea7 Mon Sep 17 00:00:00 2001 From: megamov Date: Sat, 16 May 2020 23:13:03 +0200 Subject: [PATCH] Fix README --- README.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b95608e..4bcf332 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,33 @@ -Introduction ============ This is the default repository for MeGaMoV Public SSH Keys +Introduction +============ + +This is the default repository for MeGaMoV Public SSH Keys + ## Adding me on your server + ### Automatically -~~~ wget https://megamov.fr/ssh/add chmod +x add ./add ~~~ -> **Note:** You can choose one of the public keys from this repo by calling the script like this : ~~~ ./add rsa0520 ~~~ + +~~~ +wget https://megamov.fr/ssh/add +chmod +x add +./add +~~~ + +> **Note:** You can choose one of the public keys from this repo by calling the script like this : +> ~~~ +> ./add rsa0520 +> ~~~ + #### or + ### Manually -~~~ cd wget https://megamov.fr/ssh/pub mkdir .ssh cat pub >> .ssh/authorized_keys ~~~ --- + +~~~ +cd +wget https://megamov.fr/ssh/pub +mkdir .ssh +cat pub >> .ssh/authorized_keys +~~~ +--- + #### Copyleft © MeGaMoV