Skip to content

Instantly share code, notes, and snippets.

@blt
Created September 21, 2011 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blt/1233022 to your computer and use it in GitHub Desktop.
Save blt/1233022 to your computer and use it in GitHub Desktop.
This is what I have in my .ssh/config:
Host review.carepilot.com
user troutwine
Port 29418
IdentityFile ~/.ssh/carepilot_review
It's possible that you're hitting the wrong port; git is fussy about ssh. Can you add that entry--changed for your environment--and try again?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment