mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
removed $ in code boxes for MacOS since macs don't display this, and it stops the code working if pasted over into the terminal - online edit of handbook/computing/keyexchange.html
This commit is contained in:
committed by
Expo on server
parent
b620e8f7d5
commit
e7607e198d
@@ -127,7 +127,7 @@ documentation</a>, start from scratch, and do it all again but this time using a
|
||||
Macs already have OpenSSH installed, so all you have to do is open the terminal and type:</li>
|
||||
<br>
|
||||
<code>
|
||||
<font color="darkred">$</font> ssh-keygen
|
||||
ssh-keygen
|
||||
</code>
|
||||
<br>
|
||||
This should return a message saying something like:
|
||||
@@ -152,7 +152,7 @@ Now that your system has generated and saved the ssh keys, you may have to move
|
||||
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:
|
||||
<br><br>
|
||||
<code>
|
||||
<font color="darkred">$</font> ssh expo@expo.survex.com
|
||||
ssh expo@expo.survex.com
|
||||
</code>
|
||||
<br>As a small disclaimer, I've (Buck Blake) only done this on my own mac, and not tested it on others, so some of the specifics might not match up quite right. It should however be broadly similar on other macs. If in doubt, find a nerd and get them to help you!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user