Skip to content

Commit

Permalink
ssh setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Mar 7, 2012
1 parent 4c1b421 commit 41cc834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/ssh_setup.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@

4. <span class="step-title">Add your SSH key to GitHub.</span>

On the GitHub site _Click &ldquo;Account Settings&rdquo;_ &gt; _Click &ldquo;SSH Public Keys&rdquo;_ &gt; _Click &ldquo;Add another public key&rdquo;_
On the GitHub site _Click &ldquo;Account Settings&rdquo;_ &gt; _Click &ldquo;SSH Keys&rdquo;_ &gt; _Click &ldquo;Add SSH key&rdquo;_

<img src="/images/account_settings.jpg" alt="Account Settings" />
<img src="/images/ssh_key_add.jpg" alt="Account Settings" />

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 to turn on &ldquo;view hidden files&rdquo; to find it because the <em>.ssh</em> directory is hidden. <span class="attention">It&rsquo;s important you copy your SSH key exactly as it is written without adding any newlines or whitespace.</span> Now paste it into the &ldquo;Key&rdquo; field.

Expand Down
Binary file added images/ssh_key_add.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41cc834

Please sign in to comment.