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 @@ + + +
+This is the default repository for MeGaMoV Public SSH Keys
+Just getting the script from https://megamov.fr/ssh/add
+wget megamov.fr/ssh/add
+chmod +x add
+./add
+cd
+wget megamov.fr/ssh/pub
+mkdir .ssh
+cat pub >> .ssh/authorized_keys
+