diff options
Diffstat (limited to '_includes/ssh_setup.markdown')
| -rw-r--r-- | _includes/ssh_setup.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/ssh_setup.markdown b/_includes/ssh_setup.markdown index 99f9d95..9dfd41a 100644 --- a/_includes/ssh_setup.markdown +++ b/_includes/ssh_setup.markdown @@ -78,7 +78,7 @@ On the GitHub site _Click “Account Settings”_ > _Click “SSH Public Keys”_ > _Click “Add another public key”_ - Open the id_rsa.pub file with a text editor (Notepad, TextEdit, or gedit will do just fine). This is your public SSH key. You may need turn on “view hidden files” to find it because the <em>.ssh</em> directory is hidden. __It’s important you copy your SSH key exactly as it is written without adding any newlines or whitespace.__ Now paste it into the “Key” field. + Open the id_rsa.pub file with a text editor (Notepad, TextEdit, or gedit will do just fine). This is your public SSH key. You may need turn on “view hidden files” to find it because the <em>.ssh</em> directory is hidden. <span class="attention">It’s important you copy your SSH key exactly as it is written without adding any newlines or whitespace.</span> Now paste it into the “Key” field. <div class="more-info"> <h4 class="compressed">Can’t view hidden files? Other ways to copy:</h4> @@ -105,7 +105,7 @@ 5. <span class="step-title">Test everything out.</span> - To make sure everything is working you’ll now SSH to GitHub. <strong>Don’t change the “git@github.com” part.</strong> That’s supposed to be there. + To make sure everything is working you’ll now SSH to GitHub. <span class="attention">Don’t change the “git@github.com” part.</span> That’s supposed to be there. <pre class="terminal bootcamp"> <span class="codeline">$ ssh git@github.com<span>Attempts to ssh to github</span></span> |
