summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-01-09 17:18:37 -0700
committertekkub <tekkub@gmail.com>2010-01-09 17:18:37 -0700
commit359dfe2c279e2b78232d73f1f40740a29e6e7db2 (patch)
treea8255c4276d1f0fab301c5e8b79625f5ac86e690 /_posts
parenteb3a69201f587e221dc523369a41b6456890c0e5 (diff)
Keys are in ~/.ssh, duh
Diffstat (limited to '_posts')
-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!