I have successfully installed Smart-HTTP Git server on IIS (gitweb.codeplex.com) and configured access using Windows authentication, but each access to server repository from client requires username/password entry.
Is it possible to configure access using current logged in user credentials – something like :sspi: in cvsnt? (can switch to another server if necessary)
For anyone who wanders on that question – here is solution for client side to configure ssh with auth via kerberos (server was configured by our admin).
In Connection/SSH/Kerberos select “Attempt Kerberos auth (SSH-2)” on the same page in “auto-login username” select “User name portion of user principal name”
In Connection/SSH/Auth unselect “Bypass authentication entirely (SSH-2 only)” and unselect “Display pre-authentication banner (SSH-2 only).”
Go back in session and save settings in “Default Settings”