parent
761e2c2be8
commit
1a145feef7
@ -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 >> .ssh/authorized_keys |
||||
</code></pre><hr> |
||||
<h4 id="copyleft-megamov">Copyleft © MeGaMoV</h4> |
||||
</body> |
||||
</html> |
||||
Loading…
Reference in new issue