Closed tintinhamans closed 7 months ago
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Code of Conduct
Description
Since Windows Server 2019/Windows 10 (build 1809), OpenSSH server has been available as a Windows feature. Packer supports using the SSH communicator for Windows so it would be nice if that option was made available.
Use Case(s)
communicator_proxy_*
variables usable for Windows if SSH is used.Potential Configuration
Introduce
communicator_windows
variable which can be set to either "winrm" or "ssh".Modify
autounattend.xml
to use different init script depending oncommunicator_windows
.Example SSH config in init script:
References