mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-10 23:57:42 +00:00
adding minor clarity to MacOS instructions - online edit of handbook/computing/keyexchange.html
This commit is contained in:
committed by
Expo on server
parent
e7607e198d
commit
cd2d0edcf5
@@ -124,7 +124,7 @@ documentation</a>, start from scratch, and do it all again but this time using a
|
|||||||
|
|
||||||
<h3>MacOS</h3>
|
<h3>MacOS</h3>
|
||||||
<br>
|
<br>
|
||||||
Macs already have OpenSSH installed, so all you have to do is open the terminal and type:</li>
|
Macs already have OpenSSH installed, so all you have to do is open the terminal and run this command:</li>
|
||||||
<br>
|
<br>
|
||||||
<code>
|
<code>
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
@@ -149,7 +149,7 @@ Simply press enter for both without typing anything. This should return a confir
|
|||||||
<br><br>
|
<br><br>
|
||||||
Now that your system has generated and saved the ssh keys, you may have to move them. Open Finder and go to /Users/you, then press cmnd+shift+. to see hidden files, which should allow you to see your .ssh file. Open it and check whether id_xxxxxx and id_xxxxxx.pub have been saved there. If they have not, find them and move them both here (they'll likely be in /Users/you).
|
Now that your system has generated and saved the ssh keys, you may have to move them. Open Finder and go to /Users/you, then press cmnd+shift+. to see hidden files, which should allow you to see your .ssh file. Open it and check whether id_xxxxxx and id_xxxxxx.pub have been saved there. If they have not, find them and move them both here (they'll likely be in /Users/you).
|
||||||
<br><br>
|
<br><br>
|
||||||
Next, send your public key (id_xxxxxx.pub) to a nerd and ask them to load it onto the public server. Once this is done, you can log into the server anytime by opening terminal and typing:
|
Next, send your public key (id_xxxxxx.pub) to a nerd and ask them to load it onto the public server. Once this is done, you can log into the server anytime by opening terminal and running:
|
||||||
<br><br>
|
<br><br>
|
||||||
<code>
|
<code>
|
||||||
ssh expo@expo.survex.com
|
ssh expo@expo.survex.com
|
||||||
|
|||||||
Reference in New Issue
Block a user