summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2009-06-15-linux-key-setup.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile
index 9e917d2..c1909a6 100644
--- a/_posts/2009-06-15-linux-key-setup.textile
+++ b/_posts/2009-06-15-linux-key-setup.textile
@@ -52,7 +52,7 @@ Now launch your browser and open the "account page":https://github.com/account.
Make sure you use the public key (@id_rsa.pub@ in our example), and do not add any newlines or whitespace inside the key. To ensure you copy the key correctly, you can copy the key directly into the clipboard from the terminal using "xclip":http://www.cyberciti.biz/faq/xclip-linux-insert-files-command-output-intoclipboard/:
<pre class="terminal">$ sudo apt-get install xclip
-$ cat ~/id_rsa.pub | xclip -sel clip</pre>
+$ cat ~/.ssh/id_rsa.pub | xclip -sel clip</pre>
!/images/add_key.png!