boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
756 stars 264 forks source link

The eval-win7x86-enterprise-ssh.json template does not install openssh in the hyperv-iso builder #224

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

The aforementioned template (eval-win7x86-enterprise-ssh.json) should be one of the templates that installs ssh on it during building. After applying PR #222, however, it turns out that the hyperv-iso builder is missing the necessary script in order to install ssh. This essentially breaks the hyperv-iso build for this template.

arizvisa commented 4 years ago

This is closed by PR #226.