diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-30 21:11:33 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-30 21:11:33 -0700 |
| commit | 5bc414553599e6d180b5551769c9f9eb879c44f8 (patch) | |
| tree | be9eca97043e6a32ce0a42e6664fcabb94e89c0d | |
| parent | c83738f3fa84c1e7cd6d9fd24f0b2c08801c7d7a (diff) | |
Seems xclip is picky
| -rw-r--r-- | _posts/2009-06-15-linux-key-setup.textile | 2 |
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 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/: <pre class="terminal">$ sudo apt-get install xclip -$ cat ~/id_rsa.pub | xclip</pre> +$ cat ~/id_rsa.pub | xclip -sel clip</pre> !/images/add_key.png! |
