I have looked at the other posts from the other folks regarding this issue but I still have problems getting ssh to work with netbeans & git on windows 7. I am new to git so I am sure I am missing something somewhere.
I have done init git
on my Ubuntu server. I have also set a %HOME%
under the "user variables for username" in system properties->advanced->environment variables and created a .ssh
folder in the path that I defined for %HOME%
. Now where so I get the key files? I copied them from the Ubuntu server to there but when I am trying to connect by netbean using ssh it still says
ssh://user@200.200.200.111/git: reject HostKey: 200.200.200.111
What do I do wrong here?