test-kitchen / winrm-transport

WinRM transport logic for re-using remote shells and uploading files
Other
8 stars 9 forks source link

winrm-transport should offer winrm-s for negotiate on Windows. #1

Closed smurawski closed 9 years ago

smurawski commented 9 years ago

For clients on Windows platforms, winrm-s should be included as a dependency so that negotiate auth can be used, rather than basic/unencrypted.

smurawski commented 9 years ago

This is actually more appropriate for Test-Kitchen's transport configuration. I've submitted a PR there. https://github.com/test-kitchen/test-kitchen/pull/776