Update README + Adding html index

master
megamov 6 years ago
parent 761e2c2be8
commit 1a145feef7
  1. 6
      README.md
  2. 25
      index.html

@ -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

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>MeGaMoV SSH Keys</title>
</head>
<body>
<h1 id="introduction">Introduction</h1>
<p>This is the default repository for MeGaMoV Public SSH Keys</p>
<h2 id="adding-me-on-you-server">Adding me on you server</h2>
<p>Just getting the script from <a href="https://megamov.fr/ssh/add">https://megamov.fr/ssh/add</a></p>
<hr>
<h3 id="automatically">Automatically</h3>
<pre><code>wget megamov.fr/ssh/<span class="hljs-keyword">add</span><span class="bash">
chmod +x add
</span>./<span class="hljs-keyword">add</span><span class="bash"></span>
</code></pre><h4 id="or">or</h4>
<h3 id="manually">Manually</h3>
<pre><code><span class="hljs-keyword">cd</span>
wget megamov.fr/ssh/pub
<span class="hljs-keyword">mkdir</span> .ssh
<span class="hljs-keyword">cat</span> pub &gt;&gt; .ssh/authorized_keys
</code></pre><hr>
<h4 id="copyleft-megamov">Copyleft © MeGaMoV</h4>
</body>
</html>
Loading…
Cancel
Save