diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index b1439fc46..ef7d4b621 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -398,6 +398,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe Host: commHost, SSHConfig: sshConfig, SSHPort: commPort, + WinRMPort: commPort, }, ) }