I have added a new public key to log into my server.
git is attempting to use the same key for bitbucket, this fails and git cannot be used as its trying to use that public key.
Is there a config option for git to tell it to ignore the public key i have in place?
I have attempted to set up multiple ssh identities, by using this https://confluence.atlassian.com/pages/viewpage.action?pageId=271943168 but its failed and git still does not work.
Rather than set up a whole new key, I just want git to ignore the key altogether.
Edit
My current ssh config looks like this
ServerAliveInterval 15
ServerAliveCountMax 3
Host bitbucket
HostName bitbucket.org
IdentityFile ~/.ssh/bitbucket