Troggle online: Edit this page - keyexchange.html

This commit is contained in:
Philip Sargent 2022-03-08 09:30:34 +00:00
parent a58e1084d7
commit 7045c97ef6

View File

@ -133,7 +133,7 @@ documentation</a>, start from scratch, and do it all again but this time using a
<code><font color="darkred">$</font> ssh-keygen -C "anathema.device@crowley"</code>
(if your name is Anathema Device and your new machine is "crowley"). Just click through the questions it asks accepting the defaults. It will tell you what the key files are called and where it has put them.
<li>
If you accepted the defaults, the public key will be called <var>~/.ssh/</var> - check that this is the case.
If you accepted the defaults, the public key will be called <var>~/.ssh/id_rsa.pub</var> - check that this is the case.
<li>Now copy the public key file to your <em>first machine</em>, the one that is already set up with a working key-pair setup with the expo server. Using email to yourself is easiest.
<li>Now upload the public key using sFTP (Filezilla configured to use sFTP, which uses Pageant by default) to
<var>expo.survex.com/home/expo/.ssh/keys/</var>
@ -155,12 +155,5 @@ This adds your key on to the end of the authorized keys list and prints the last
</ol>
<hr />
Return to <a href="basiclaptop.html">Setting up a basic laptop</a>
<div id="menu">
<ul id="links">
<li><a href="../index.htm">Handbook</a>
<li><a href="../../infodx.htm">Main index</a></li>
</ul>
</div>
</body>
<div id="menu"></body>
</html>