Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Packer plugin for creating Hyper-V VMs over an SSH Powershell session

License

Notifications You must be signed in to change notification settings

mletterle/packer-builder-hyperv-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer Plugin for Hyper-V over SSH

Quick Setup

On HyperV Server Run:

choco install -y openssh -params "/SSHServerFeature /PathSpecsToProbeForShellEXEString:$env:WINDIR\system32\windowspowershell\v1.0\powershell.exe"

In your packer template add:

hyperv_server: hostname of the server running hyper-v

hyperv_username: username to authenticate to the server as

hyperv_password: password for the user authenticating

Notes

Currently only supports iso builds, EVERYTHING is relative to the server

Very rough at the moment and suited to my personal needs, but updates coming.

Thanks

To the writers of the packer built-in hyperv plugin, of which much of this is based off of

About

Packer plugin for creating Hyper-V VMs over an SSH Powershell session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages