From 27a2e59d457e8de7abcc57bd3c2008ad11768559 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Wed, 27 Apr 2011 12:19:11 -0700 Subject: Add Linux text editor --- _includes/ssh_setup.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') 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 .ssh 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 .ssh 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.

Can’t view hidden files? Other ways to copy:

-- cgit v1.3.1