diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index d438882a1..9782c4a00 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -196,6 +196,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { "iso_url": &b.config.RawSingleISOUrl, "output_directory": &b.config.OutputDir, "shutdown_command": &b.config.ShutdownCommand, + "ssh_key_path": &b.config.SSHKeyPath, "ssh_password": &b.config.SSHPassword, "ssh_username": &b.config.SSHUser, "vm_name": &b.config.VMName,