From fb4a373b84de23ebfe4801fe9515add84faaaa37 Mon Sep 17 00:00:00 2001 From: tekkub Date: Wed, 17 Jun 2009 17:50:29 -0600 Subject: Add pbcopy shortcut to mac key guide --- _posts/2009-06-15-mac-key-setup.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile index 5da26a0..2be61b1 100644 --- a/_posts/2009-06-15-mac-key-setup.textile +++ b/_posts/2009-06-15-mac-key-setup.textile @@ -56,7 +56,7 @@ h3. Adding the key to your GitHub account Now launch your browser and open the "account page":https://github.com/account. In the "SSH Public Keys" section click "add another public key", then paste your public key into the "key" field. If you leave the title blank the key comment (your email) will be used for the title. -Make sure you use the public key (@id_rsa.pub@ in our example), and do not add any newlines or whitespace inside the key. +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 Terminal.app:
$ cat ~/id_rsa.pub | pbcopy
!/images/add_key.png! -- cgit v1.3.1