From 5bc414553599e6d180b5551769c9f9eb879c44f8 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 30 Nov 2009 21:11:33 -0700 Subject: Seems xclip is picky --- _posts/2009-06-15-linux-key-setup.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile index f44d3ee..9e917d2 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
+$ cat ~/id_rsa.pub | xclip -sel clip !/images/add_key.png! -- cgit v1.3.1