diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-16 10:23:11 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-16 16:55:31 -0700 |
| commit | 2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch) | |
| tree | 8f8b953553b065fb604af179f0047ea9585dbfa4 /_includes/ssh_setup.markdown | |
| parent | 836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff) | |
bring documentation in line with new styles
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> |
