From 1c3c95f4f495bcc4aad9727250b72681de384e27 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Tue, 8 Mar 2011 11:55:11 -0800 Subject: Need the dolla dolla bill, yall --- _includes/ssh_setup.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/ssh_setup.markdown b/_includes/ssh_setup.markdown index debf311..ca1755a 100644 --- a/_includes/ssh_setup.markdown +++ b/_includes/ssh_setup.markdown @@ -138,13 +138,13 @@

Agent admitted failure to sign using the key

This one only seems to happen to Linux users. To solve it, try this:

-			ssh-add ~/.ssh/id_rsaAssociates your ssh key with ssh-agent
+			$ ssh-add ~/.ssh/id_rsaAssociates your ssh key with ssh-agent
 			

If that doesn’t solve it, check out this thread.

My connection was refused

You may be blocked by a firewall. First, you should check your ssh debug info:

-			ssh -v git@github.comPrints debug info for the git@github.com SSH connection
+			$ ssh -v git@github.comPrints debug info for the git@github.com SSH connection
 			

Make sure it is connecting to GitHub on port 22. If it is, check to make sure your firewall is not blocking port 22.

When all else fails

-- cgit v1.3.1