You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
<!DOCTYPE html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<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 https://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 https:<span class="hljs-comment">//megamov.fr/ssh/pub</span>
|
|
<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>
|
|
|