| As part of adding Kerberos support for Linux -> Windows connections over WinRM in BOLT-126, it was determined to add some testing. For now, the most convenient tests involve:
- A KDC server
- A Linux based OMI server instance that supports WinRM connections
The OMI server can be independently setup with NTLM auth to start... and then when the KDC server is added, OMI can be configured to use Kerberos authentication. Therefore, complete this step first as it is an easy-to-verify fairly known entity. For now, a simple smoke test should be sufficient in validating WinRM in this scenario. It's known that there are still some issues with the WinRM gems ability to connect to Linux based PowerShell hosts. |