clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.64k stars 987 forks source link

Investigate using SSH provider for Windows #96

Closed clong closed 6 years ago

clong commented 6 years ago

SSH is natively supported in Server2016 1709 and Windows 10 Build 1803

https://www.ntweekly.com/2017/12/22/install-openssh-windows-server-2016-1709/

jbeley commented 6 years ago

@clong In my test environment I'm using the following SSH (also saltstack) enabled packer templates from https://github.com/boxcutter/windows without issue.

eval-win2016-standard-ssh-salt2018.3.2-Py2-1.0.4
eval-win10x64-enterprise-ssh-salt2018.3.2-Py3-1.0.4

How can I help integrate these into DetectionLab?

clong commented 6 years ago

hey @jbeley - I think I'm going to abandon this. I got WinRM to a much more stable place with the vmrun stuff, so I feel less inclined to go down this very scary road :)