ssh_userauth_agent is disabled in WIN32
commit 899ec9e5 seems to enable ssh-agent authentication on Windows. But ssh_userauth_agent is disabled by a "#ifndef _WIN32" in libssh.h. It seems that it could be enabled again.
commit 899ec9e5 seems to enable ssh-agent authentication on Windows. But ssh_userauth_agent is disabled by a "#ifndef _WIN32" in libssh.h. It seems that it could be enabled again.