diff options
| author | Cameron McEfee <cameron@github.com> | 2011-04-27 12:19:11 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-04-27 12:19:11 -0700 |
| commit | 27a2e59d457e8de7abcc57bd3c2008ad11768559 (patch) | |
| tree | f2cec6c339c4a1751d77e033f84ee77d15b1bfcb | |
| parent | b2b9e25c2a190edbf5202fabeb189186810b0c8f (diff) | |
Add Linux text editor
| -rw-r--r-- | _includes/ssh_setup.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/ssh_setup.markdown b/_includes/ssh_setup.markdown index 85998a7..7b21258 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 or TextEdit 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. __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. <div class="more-info"> <h4 class="compressed">Can’t view hidden files? Other ways to copy:</h4> |
