Update README + INDEX

master
megamov 6 years ago
parent 1a145feef7
commit 29b96a6e4f
  1. 4
      README.md
  2. 4
      index.html

@ -10,7 +10,7 @@ Just getting the script from https://megamov.fr/ssh/add
--- ---
### Automatically ### Automatically
~~~ ~~~
wget megamov.fr/ssh/add wget https://megamov.fr/ssh/add
chmod +x add chmod +x add
./add ./add
~~~ ~~~
@ -21,7 +21,7 @@ chmod +x add
~~~ ~~~
cd cd
wget megamov.fr/ssh/pub wget https://megamov.fr/ssh/pub
mkdir .ssh mkdir .ssh
cat pub >> .ssh/authorized_keys cat pub >> .ssh/authorized_keys
~~~ ~~~

@ -10,13 +10,13 @@
<p>Just getting the script from <a href="https://megamov.fr/ssh/add">https://megamov.fr/ssh/add</a></p> <p>Just getting the script from <a href="https://megamov.fr/ssh/add">https://megamov.fr/ssh/add</a></p>
<hr> <hr>
<h3 id="automatically">Automatically</h3> <h3 id="automatically">Automatically</h3>
<pre><code>wget megamov.fr/ssh/<span class="hljs-keyword">add</span><span class="bash"> <pre><code>wget https://megamov.fr/ssh/<span class="hljs-keyword">add</span><span class="bash">
chmod +x add chmod +x add
</span>./<span class="hljs-keyword">add</span><span class="bash"></span> </span>./<span class="hljs-keyword">add</span><span class="bash"></span>
</code></pre><h4 id="or">or</h4> </code></pre><h4 id="or">or</h4>
<h3 id="manually">Manually</h3> <h3 id="manually">Manually</h3>
<pre><code><span class="hljs-keyword">cd</span> <pre><code><span class="hljs-keyword">cd</span>
wget megamov.fr/ssh/pub wget https:<span class="hljs-comment">//megamov.fr/ssh/pub</span>
<span class="hljs-keyword">mkdir</span> .ssh <span class="hljs-keyword">mkdir</span> .ssh
<span class="hljs-keyword">cat</span> pub &gt;&gt; .ssh/authorized_keys <span class="hljs-keyword">cat</span> pub &gt;&gt; .ssh/authorized_keys
</code></pre><hr> </code></pre><hr>

Loading…
Cancel
Save