From 1a145feef71577c354cdd52bbcc12724f9b4999d Mon Sep 17 00:00:00 2001 From: megamov Date: Sat, 16 May 2020 03:21:58 +0200 Subject: [PATCH] Update README + Adding html index --- README.md | 6 ++++++ index.html | 25 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 index.html diff --git a/README.md b/README.md index 29737d3..c316190 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This is the default repository for MeGaMoV Public SSH Keys Just getting the script from https://megamov.fr/ssh/add +--- ### Automatically ~~~ wget megamov.fr/ssh/add @@ -14,6 +15,8 @@ chmod +x add ./add ~~~ +#### or + ### Manually ~~~ @@ -22,3 +25,6 @@ wget megamov.fr/ssh/pub mkdir .ssh cat pub >> .ssh/authorized_keys ~~~ +--- + +#### Copyleft © MeGaMoV diff --git a/index.html b/index.html new file mode 100644 index 0000000..c4423d0 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + MeGaMoV SSH Keys + + +

Introduction

+

This is the default repository for MeGaMoV Public SSH Keys

+

Adding me on you server

+

Just getting the script from https://megamov.fr/ssh/add

+
+

Automatically

+
wget megamov.fr/ssh/add
+chmod +x add
+./add
+

or

+

Manually

+
cd
+wget megamov.fr/ssh/pub
+mkdir .ssh
+cat pub >> .ssh/authorized_keys
+

+

Copyleft © MeGaMoV

+ +