I have a remote GIT repository (ubuntu) and am working locally on a windows 7. I had this working nicely, and setup SSH keys. At some point in this process I seem to have disabled GIT/msysgit asking for passwords. I now have a new remote git repo (on ubuntu) without keys setup and it wont ask me for my password. I tried
git clone ssh://<user>:<pass>@<ip>:<myport>/mygitrepopath
and it doesnt work either. But I can use putty with the same credentials to log in.
EDIT
this is the message I was given
Cloning into 'myhub'...
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa blah blah blah
Connection abandoned.
fatal: The remote end hung up unexpectedly