Is this combination possible?
- Server: Git on Linux
- Clients: Windows
- Authentication: Windows domain credentials
- Transport protocol: SSH
If yes how would this be accomplished?
Is this combination possible?
If yes how would this be accomplished?
This should be possible if you set up your linux server to user kerberos authentication to authenticate clients against the same active directory infrastructure as the windows clients.
Haven't tried it though, and never heard of anyone doing it. But git doesn't impose any restrictions on how the SSH connection should work, so as long as the windows SSH client can provide kerberos credentials, and the linux server can consume them, there's no reason it cannot be made to work.