From 359dfe2c279e2b78232d73f1f40740a29e6e7db2 Mon Sep 17 00:00:00 2001 From: tekkub Date: Sat, 9 Jan 2010 17:18:37 -0700 Subject: Keys are in ~/.ssh, duh --- _posts/2009-06-15-linux-key-setup.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') 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/:
$ sudo apt-get install xclip
-$ cat ~/id_rsa.pub | xclip -sel clip
+$ cat ~/.ssh/id_rsa.pub | xclip -sel clip !/images/add_key.png! -- cgit v1.3.1