Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created December 3, 2009 15:37
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 kylefox/248247 to your computer and use it in GitHub Desktop.
Save kylefox/248247 to your computer and use it in GitHub Desktop.
It sounds like you have may have multiple Unfuddle accounts. Is this true? If so, you should
note that due to the way SSH and Git work, it is not possible to use a single public key for
multiple accounts. You may have been able to do this previously if your accounts were on
separate servers. However, we recently updated our servers which necessitated moving accounts.
In any case, you should be able to create a new SSH key easily. Be sure to give your new key
a unique name then add the following lines to your ~/.ssh/config file:
Host youraccount.unfuddle.com
User git
IdentityFile /path/to/new/private/key
Be sure to include the correct path to the new private key and to add your new public key
to your user in your Unfuddle account. Within a minute or two of doing this, you should be
able to access your repository again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment