I have a Windows 2008 R2 Server Standard Edition. I have FreeSSHd installed along with Git. Windows firewall has exceptions set to port 22. I have the SSH server setup to accept only SSH public keys. I can login to the server fine using terminal (i.e. ssh gregory@hostname
). When I go to use the git clone
command (e.g. git clone ssh://gregory@hostname/path_to_my_repo
) I get this error:
fatal: protocol error: bad line length character: Unab
I am at an absolute loss as to what's causing it. I have Shell, SFTP and Tunnel protocols enabled.