Open
Description
Summary of the new feature / enhancement
Would it be possible to support SSPI unconstrained delegation with Credential Guard enabled?
Our users currently need to turn off Credential Guard in order to delegate their ticket which is far from ideal.
When Credential Guard is enabled ssh won't perform delegation (sspi delegation was requested but not fulfilled
), see
#1606
#1295
This limitation is documented here: https://learn.microsoft.com/en-us/windows/security/identity-protection/credential-guard/considerations-known-issues#kerberos-considerations
I'm not very familiar with Credential Guard, but technically the initial TGT could stay in the vault. SSH only has to produce and send the forwarded TGT.
Proposed technical implementation details (optional)
No response